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

Packages that use org.apache.cxf.sts.token.validator
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.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
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