Apache CXF API

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

Packages that use org.apache.cxf.sts.token.provider
org.apache.cxf.sts.claims   
org.apache.cxf.sts.event   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.renewer   
 

Classes in org.apache.cxf.sts.token.provider used by org.apache.cxf.sts.claims
AttributeStatementProvider
          An interface that allows a pluggable way of obtaining an AttributeStatementBean.
TokenProviderParameters
          This class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.
 

Classes in org.apache.cxf.sts.token.provider used by org.apache.cxf.sts.event
TokenProviderParameters
          This class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.
 

Classes in org.apache.cxf.sts.token.provider used by org.apache.cxf.sts.operation
TokenProvider
          An interface that can provide a security token.
TokenProviderParameters
          This class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.
TokenReference
          A class that encapsulates how a token should be referenced
 

Classes in org.apache.cxf.sts.token.provider used by org.apache.cxf.sts.token.provider
AttributeStatementProvider
          An interface that allows a pluggable way of obtaining an AttributeStatementBean.
AuthDecisionStatementProvider
          An interface that allows a pluggable way of obtaining an AuthDecisionStatementBean.
AuthenticationStatementProvider
          An interface that allows a pluggable way of obtaining an AuthenticationStatementBean.
ConditionsProvider
          An interface that allows a pluggable way of obtaining a SAML ConditionsBean used to populate the Conditions of a SAML Assertion.
SamlCallbackHandler
          This CallbackHandler implementation is populated with SAML Beans by the SAMLTokenProvider, and is tasked with setting them on a SAMLCallback object, which will be parsed (by WSS4J) into a SAML Assertion.
SamlCustomHandler
          Implementation of this interface updates SAML tokens in any custom way before it will be signed by SAMLTokenProvider.
SubjectProvider
          An interface that allows a pluggable way of obtaining a SAML SubjectBean used to populate the Subject of a SAML Assertion.
TokenProvider
          An interface that can provide a security token.
TokenProviderParameters
          This class encapsulates the parameters that will be passed to a TokenProvider instance to create a token.
TokenProviderResponse
          This class encapsulates the response from a TokenProvider instance after creating a token.
TokenReference
          A class that encapsulates how a token should be referenced
 

Classes in org.apache.cxf.sts.token.provider used by org.apache.cxf.sts.token.renewer
ConditionsProvider
          An interface that allows a pluggable way of obtaining a SAML ConditionsBean used to populate the Conditions of a SAML Assertion.
TokenReference
          A class that encapsulates how a token should be referenced
 


Apache CXF API

Apache CXF