com.sun.xml.ws.api.security.trust |
|
Java Source File Name | Type | Comment |
BaseSTS.java | Interface | |
Claims.java | Interface | |
IssueSamlTokenContract.java | Interface | |
STSAttributeProvider.java | Interface |
This interface is a plugin for attrinute services to a Security Token Service (STS).
An attribute service provides the attributes about a requestor. |
STSAuthorizationProvider.java | Interface |
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. |
WSTrustContract.java | Interface |
The Contract (SPI) to be used by an STS to handle an Incoming WS-Trust request and
send the corresponding response. |
WSTrustException.java | Class | |