Uses of Interface
org.apache.wss4j.dom.validate.Validator
-
Packages that use Validator Package Description org.apache.wss4j.dom.engine org.apache.wss4j.dom.handler org.apache.wss4j.dom.processor org.apache.wss4j.dom.validate -
-
Uses of Validator in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return Validator Modifier and Type Method Description ValidatorWSSConfig. getValidator(QName el)Methods in org.apache.wss4j.dom.engine with parameters of type Validator Modifier and Type Method Description Class<?>WSSConfig. setValidator(QName el, Validator validator)Associate a SOAP validator name with a specified SOAP Security header element QName. -
Uses of Validator in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return Validator Modifier and Type Method Description ValidatorRequestData. getValidator(QName qName)Get the Validator instance corresponding to the QName -
Uses of Validator in org.apache.wss4j.dom.processor
Methods in org.apache.wss4j.dom.processor with parameters of type Validator Modifier and Type Method Description CredentialSAMLTokenProcessor. handleSAMLToken(SamlAssertionWrapper samlAssertion, RequestData data, Validator validator) -
Uses of Validator in org.apache.wss4j.dom.validate
Classes in org.apache.wss4j.dom.validate that implement Validator Modifier and Type Class Description classJAASUsernameTokenValidatorThis class validates a processed UsernameToken, extracted from the Credential passed to the validate method.classKerberosTokenValidatorclassNoOpValidatorThis class does not do any Validation at all.classSamlAssertionValidatorThis class validates a SAML Assertion, which is wrapped in an "SamlAssertionWrapper" instance.classSignatureTrustValidatorThis class verifies trust in a credential used to verify a signature, which is extracted from the Credential passed to the validate method.classTimestampValidatorThis class validates a processed Timestamp, extracted from the Credential passed to the validate method.classUsernameTokenValidatorThis class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
-