Apache CXF API

Uses of Package
org.apache.cxf.sts.token.delegation

Packages that use org.apache.cxf.sts.token.delegation
org.apache.cxf.sts.operation   
org.apache.cxf.sts.token.delegation   
 

Classes in org.apache.cxf.sts.token.delegation used by org.apache.cxf.sts.operation
TokenDelegationHandler
          This interface controls whether the STS allows an authenticated user to get a token OnBehalfOf or ActAs another token.
 

Classes in org.apache.cxf.sts.token.delegation used by org.apache.cxf.sts.token.delegation
SAMLDelegationHandler
          The SAML TokenDelegationHandler implementation.
TokenDelegationHandler
          This interface controls whether the STS allows an authenticated user to get a token OnBehalfOf or ActAs another token.
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.
 


Apache CXF API

Apache CXF