Apache CXF API

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

Packages that use org.apache.cxf.sts.token.validator
org.apache.cxf.sts.event   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.token.validator   
 

Classes in org.apache.cxf.sts.token.validator used by org.apache.cxf.sts.event
TokenValidatorParameters
          This class encapsulates the parameters that will be passed to a TokenValidator instance to validate a token.
 

Classes in org.apache.cxf.sts.token.validator used by org.apache.cxf.sts.operation
TokenValidator
          An interface that can validate a security token.
TokenValidatorResponse
          This class encapsulates the response from a TokenValidator instance after validating a token.
 

Classes in org.apache.cxf.sts.token.validator used by org.apache.cxf.sts.token.validator
SAMLRoleParser
          This interface defines a way to extract roles from a SAML Assertion
TokenValidator
          An interface that can validate a security token.
TokenValidatorParameters
          This class encapsulates the parameters that will be passed to a TokenValidator instance to validate a token.
TokenValidatorResponse
          This class encapsulates the response from a TokenValidator instance after validating a token.
 


Apache CXF API

Apache CXF