com.sun.xml.ws.security.trust.impl
Class DefaultSTSAuthorizationProvider
java.lang.Object
com.sun.xml.ws.security.trust.impl.DefaultSTSAuthorizationProvider
- All Implemented Interfaces:
- STSAuthorizationProvider
public class DefaultSTSAuthorizationProvider
- extends Object
- implements STSAuthorizationProvider
- Author:
- Jiandong Guo
|
Method Summary |
boolean |
isAuthorized(Subject subject,
String appliesTo,
String tokenType,
String keyType)
Returns true if the requestor identified by the Subject can access the the target
service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSTSAuthorizationProvider
public DefaultSTSAuthorizationProvider()
isAuthorized
public boolean isAuthorized(Subject subject,
String appliesTo,
String tokenType,
String keyType)
- Description copied from interface:
STSAuthorizationProvider
- Returns true if the requestor identified by the
Subject can access the the target
service.
- Specified by:
isAuthorized in interface STSAuthorizationProvider
- Parameters:
subject - The Subject contgaining authentication information and context of the
authenticated requestor.appliesTo - Identifying target service(s)tokenType - Type of token to be issued.keyType - Type of key to be issued
- Returns:
- true ot false.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.