Uses of Interface
org.apache.wss4j.dom.validate.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return ValidatorMethods in org.apache.wss4j.dom.engine with parameters of type ValidatorModifier and TypeMethodDescriptionClass<?>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 ValidatorModifier and TypeMethodDescriptionRequestData.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 ValidatorModifier and TypeMethodDescriptionSAMLTokenProcessor.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 ValidatorModifier and TypeClassDescriptionclassThis class validates a processed UsernameToken, extracted from the Credential passed to the validate method.classclassThis class does not do any Validation at all.classThis class validates a SAML Assertion, which is wrapped in an "SamlAssertionWrapper" instance.classThis class verifies trust in a credential used to verify a signature, which is extracted from the Credential passed to the validate method.classThis class validates a processed Timestamp, extracted from the Credential passed to the validate method.classThis class validates a processed UsernameToken, extracted from the Credential passed to the validate method.