Uses of Interface
org.apache.wss4j.dom.validate.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator with parameters of type ValidatorModifier and TypeMethodDescriptionvoidSAMLTokenValidator.setValidator(Validator validator) Set the WSS4J Validator instance to use to validate the token.voidUsernameTokenValidator.setValidator(Validator validator) Set the WSS4J Validator instance to use to validate the token.voidX509TokenValidator.setValidator(Validator validator) Set the WSS4J Validator instance to use to validate the token. -
Uses of Validator in org.apache.cxf.ws.security.trust
Classes in org.apache.cxf.ws.security.trust that implement ValidatorModifier and TypeClassDescriptionclassThis class validates a SAML Assertion by invoking the SamlAssertionValidator in WSS4J.classA WSS4J-based Validator to validate a received WS-Security credential by dispatching it to a STS via WS-Trust. -
Uses of Validator in org.apache.cxf.ws.security.wss4j
Classes in org.apache.cxf.ws.security.wss4j that implement ValidatorModifier and TypeClassDescriptionprotected classMethods in org.apache.cxf.ws.security.wss4j that return Validator -
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.