Uses of Interface
org.apache.cxf.sts.token.delegation.TokenDelegationHandler
Packages that use TokenDelegationHandler
-
Uses of TokenDelegationHandler in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type TokenDelegationHandlerModifier and TypeFieldDescriptionprotected List<TokenDelegationHandler>AbstractOperation.delegationHandlersMethods in org.apache.cxf.sts.operation that return types with arguments of type TokenDelegationHandlerMethod parameters in org.apache.cxf.sts.operation with type arguments of type TokenDelegationHandlerModifier and TypeMethodDescriptionvoidAbstractOperation.setDelegationHandlers(List<TokenDelegationHandler> delegationHandlers) -
Uses of TokenDelegationHandler in org.apache.cxf.sts.token.delegation
Classes in org.apache.cxf.sts.token.delegation that implement TokenDelegationHandlerModifier and TypeClassDescriptionclassThis TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.classThe SAML TokenDelegationHandler implementation.classThis TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.