| Interface | Description |
|---|---|
| STSTokenCacher |
This interface allows you to plug in some custom logic when storing/retrieving STS tokens in/from the cache
|
| Class | Description |
|---|---|
| AbstractSTSClient |
An abstract class with some functionality to invoke on a SecurityTokenService (STS) via the
WS-Trust protocol.
|
| AbstractSTSClient.STSResponse | |
| AuthPolicyValidatingInterceptor | |
| DefaultSTSTokenCacher | |
| DefaultSymmetricBinding | |
| STSAuthParams |
Authentication parameters to obtain SAML token from STS.
|
| STSClient |
A extension of AbstractSTSClient to communicate with an STS and return a SecurityToken
to the client.
|
| STSLoginModule |
A JAAS LoginModule for authenticating a Username/Password to the STS.
|
| STSSamlAssertionValidator |
This class validates a SAML Assertion by invoking the SamlAssertionValidator in WSS4J.
|
| STSStaxTokenValidator |
A Streaming SAML Token Validator implementation to validate a received Token to a
SecurityTokenService (STS).
|
| STSTokenRetriever |
A Helper utility class to cache STS token and issue or renew the token from STS.
|
| STSTokenRetriever.TokenRequestParams | |
| STSTokenValidator |
A WSS4J-based Validator to validate a received WS-Security credential by dispatching
it to a STS via WS-Trust.
|
| STSUtils |
| Enum | Description |
|---|---|
| STSAuthParams.AuthMode |
| Exception | Description |
|---|---|
| TrustException |
Apache CXF