Package org.apache.cxf.sts.token.delegation
-
Interface Summary Interface Description TokenDelegationHandler This interface controls whether the STS allows an authenticated user to get a token OnBehalfOf or ActAs another token. -
Class Summary Class Description HOKDelegationHandler This TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.SAMLDelegationHandler The SAML TokenDelegationHandler implementation.TokenDelegationParameters This class encapsulates the parameters that will be passed to a TokenDelegationHandler instance to.TokenDelegationResponse This class encapsulates the response from a TokenDelegationHandler instance.UsernameTokenDelegationHandler This TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.