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. |
STSClientConfigKeyProvider |
Interface which gives STSclient ability to provide key by which could be stored/found in key map.
|
STSClientPool |
Interface to simple pool of
STSClient s. |
STSConfiguration |
The
STSConfiguration interface allows access to the security token service (STS) configuration attributes. |
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 | |
STSClientCreationCallBack |
Class to supply unknown STSClient superclass to the
STSClientPool . |
STSClientFactory |
Simple factory for creating
STSClient s |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.