|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.DefaultSTSAuthorizationProvider
public class DefaultSTSAuthorizationProvider
Constructor Summary | |
---|---|
DefaultSTSAuthorizationProvider()
|
Method Summary | |
---|---|
boolean |
isAuthorized(javax.security.auth.Subject subject,
java.lang.String appliesTo,
java.lang.String tokenType,
java.lang.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 |
Constructor Detail |
---|
public DefaultSTSAuthorizationProvider()
Method Detail |
---|
public boolean isAuthorized(javax.security.auth.Subject subject, java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType)
STSAuthorizationProvider
Subject
can access the the target
service.
isAuthorized
in interface STSAuthorizationProvider
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |