Uses of Interface
org.apache.wss4j.stax.validate.Validator
-
Packages that use Validator Package Description org.apache.wss4j.stax.ext org.apache.wss4j.stax.validate -
-
Uses of Validator in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext with type parameters of type Validator Modifier and Type Method Description <T extends Validator>
TWSSSecurityProperties. getValidator(QName qName)Methods in org.apache.wss4j.stax.ext with parameters of type Validator Modifier and Type Method Description voidWSSSecurityProperties. addValidator(QName qName, Validator validator) -
Uses of Validator in org.apache.wss4j.stax.validate
Subinterfaces of Validator in org.apache.wss4j.stax.validate Modifier and Type Interface Description interfaceBinarySecurityTokenValidatorinterfaceSamlTokenValidatorinterfaceSecurityContextTokenValidatorinterfaceSignatureTokenValidatorinterfaceTimestampValidatorinterfaceUsernameTokenValidatorClasses in org.apache.wss4j.stax.validate that implement Validator Modifier and Type Class Description classBinarySecurityTokenValidatorImplclassJAASUsernameTokenValidatorImplThis class validates a processed UsernameToken, where Username/password validation is delegated to the JAAS LoginContext.classSamlTokenValidatorImplclassSecurityContextTokenValidatorImplclassSignatureTokenValidatorImplclassTimestampValidatorImplclassUsernameTokenValidatorImpl
-