Uses of Interface
org.apache.cxf.sts.token.delegation.TokenDelegationHandler
-
Packages that use TokenDelegationHandler Package Description org.apache.cxf.sts.operation org.apache.cxf.sts.token.delegation -
-
Uses of TokenDelegationHandler in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type TokenDelegationHandler Modifier and Type Field Description protected List<TokenDelegationHandler>AbstractOperation. delegationHandlersMethods in org.apache.cxf.sts.operation that return types with arguments of type TokenDelegationHandler Modifier and Type Method Description List<TokenDelegationHandler>AbstractOperation. getDelegationHandlers()Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenDelegationHandler Modifier and Type Method Description voidAbstractOperation. setDelegationHandlers(List<TokenDelegationHandler> delegationHandlers) -
Uses of TokenDelegationHandler in org.apache.cxf.sts.token.delegation
Classes in org.apache.cxf.sts.token.delegation that implement TokenDelegationHandler Modifier and Type Class Description classHOKDelegationHandlerThis TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.classSAMLDelegationHandlerThe SAML TokenDelegationHandler implementation.classUsernameTokenDelegationHandlerThis TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.
-