|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface STSAuthorizationProvider
This interface is a plugin for authorization services to a Security Token Service (STS).
The authorization service determines if a requestor can be issued an token to access the target
service. The usual services mechanism is used to find implementing class
of STSAuthorizationProvider
.
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. |
Method Detail |
---|
boolean isAuthorized(javax.security.auth.Subject subject, java.lang.String appliesTo, java.lang.String tokenType, java.lang.String keyType)
Subject
can access the the target
service.
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 |