Apache CXF API

Uses of Interface
org.apache.cxf.sts.token.delegation.TokenDelegationHandler

Packages that use TokenDelegationHandler
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
protected  List<TokenDelegationHandler> AbstractOperation.delegationHandlers
           
 

Methods in org.apache.cxf.sts.operation that return types with arguments of type TokenDelegationHandler
 List<TokenDelegationHandler> AbstractOperation.getDelegationHandlers()
           
 

Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenDelegationHandler
 void AbstractOperation.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
 class HOKDelegationHandler
          This TokenDelegationHandler implementation extends the Default implementation to allow SAML Tokens with HolderOfKey Subject Confirmation.
 class SAMLDelegationHandler
          The SAML TokenDelegationHandler implementation.
 class UsernameTokenDelegationHandler
          This TokenDelegationHandler implementation allows UsernameTokens for OnBehalfOf/ActAs.
 


Apache CXF API

Apache CXF