Uses of Class
org.apache.cxf.sts.token.validator.TokenValidatorParameters

Packages that use TokenValidatorParameters
org.apache.cxf.sts.token.validator   
 

Uses of TokenValidatorParameters in org.apache.cxf.sts.token.validator
 

Methods in org.apache.cxf.sts.token.validator with parameters of type TokenValidatorParameters
 TokenValidatorResponse X509TokenValidator.validateToken(TokenValidatorParameters tokenParameters)
          Validate a Token using the given TokenValidatorParameters.
 TokenValidatorResponse SCTValidator.validateToken(TokenValidatorParameters tokenParameters)
          Validate a Token using the given TokenValidatorParameters.
 TokenValidatorResponse SAMLTokenValidator.validateToken(TokenValidatorParameters tokenParameters)
          Validate a Token using the given TokenValidatorParameters.
 TokenValidatorResponse TokenValidator.validateToken(TokenValidatorParameters tokenParameters)
          Validate a Token using the given TokenValidatorParameters.
 TokenValidatorResponse UsernameTokenValidator.validateToken(TokenValidatorParameters tokenParameters)
          Validate a Token using the given TokenValidatorParameters.
 



Apache CXF