| Interface | Description |
|---|---|
| ClaimsProcessor |
A
ClaimsProcessor implementation is responsible for parsing the WS-Trust claims according to the specified claims
dialect and retrieving the attributes that correspond to the required claims. |
| SecurityToken |
Interface that represents a security token.
|
| SecurityTokenService |
The
SecurityTokenService (STS) interface. |
| STSConfiguration |
The
STSConfiguration interface allows access to the security token service (STS) configuration attributes. |
| WSTrustConstants |
This class defines the constants used throughout the WS-Trust implementation code.
|
| WSTrustConstants.WSSE | |
| WSTrustConstants.XMLDSig | |
| WSTrustConstants.XMLEnc | |
| WSTrustRequestHandler |
The
WSTrustRequestHandler interface defines the methods that will be responsible for handling the different types of
WS-Trust request messages. |
| Class | Description |
|---|---|
| PicketLinkSTS |
Default implementation of the
SecurityTokenService interface. |
| PicketLinkSTS.BinaryToken | |
| PicketLinkSTSConfiguration |
Standard JBoss STS configuration implementation.
|
| SAML2SecurityToken |
A Security Token that is based on SAML2
|
| SamlCredential |
Credential that wraps a SAML Assertion.
|
| StandardRequestHandler |
Default implementation of the
WSTrustRequestHandler interface. |
| StandardSecurityToken |
Standard implementation of the
SecurityToken interface. |
| STSClient |
WS-Trust Client
|
| STSClientConfig |
STSClientConfig has the ability to either programatically construct the configuration needed for
STSClient or parse a
file containing the configuration parameters. |
| STSClientConfig.Builder | |
| STSClientFactory |
Simple factory for creating
STSClients. |
| WSTrustRequestContext |
The
WSTrustRequestContext contains all the information that is relevant for the security token request processing. |
| WSTrustServiceFactory |
Factory class used for instantiating pluggable services, such as the
WSTrustRequestHandler and
SecurityTokenProvider implementations. |
| WSTrustUtil |
Utility class that provides methods for parsing/creating WS-Trust elements.
|
| Exception | Description |
|---|---|
| WSTrustException |
Exception used to convey that an error has happened when handling a WS-Trust request message.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.