Uses of Interface
org.apache.cxf.sts.token.validator.TokenValidator
Packages that use TokenValidator
Package
Description
-
Uses of TokenValidator in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type TokenValidatorModifier and TypeFieldDescriptionprotected List<TokenValidator>AbstractOperation.tokenValidatorsMethods in org.apache.cxf.sts.operation that return types with arguments of type TokenValidatorMethod parameters in org.apache.cxf.sts.operation with type arguments of type TokenValidatorModifier and TypeMethodDescriptionvoidAbstractOperation.setTokenValidators(List<TokenValidator> tokenValidators) -
Uses of TokenValidator in org.apache.cxf.sts.token.validator
Classes in org.apache.cxf.sts.token.validator that implement TokenValidatorModifier and TypeClassDescriptionclassValidate a SAML Assertion.classThis class validates a SecurityContextToken.classThis class validates a wsse UsernameToken.classThis class validates an X.509 V.3 certificate (received as a BinarySecurityToken or an X509Data DOM Element). -
Uses of TokenValidator in org.apache.cxf.sts.token.validator.jwt
Classes in org.apache.cxf.sts.token.validator.jwt that implement TokenValidator