Uses of Interface
org.apache.wss4j.dom.validate.Validator
-
-
Uses of Validator in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator with parameters of type Validator Modifier and Type Method Description voidSAMLTokenValidator. 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 Validator Modifier and Type Class Description classSTSSamlAssertionValidatorThis class validates a SAML Assertion by invoking the SamlAssertionValidator in WSS4J.classSTSTokenValidatorA 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 Validator Modifier and Type Class Description protected classAbstractUsernameTokenAuthenticatingInterceptor.CustomValidatorMethods in org.apache.cxf.ws.security.wss4j that return Validator Modifier and Type Method Description ValidatorCXFRequestData. getValidator(QName qName) -
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.
-