Modifier and Type | Method and Description |
---|---|
void |
X509TokenValidator.setValidator(Validator validator)
Set the WSS4J Validator instance to use to validate the token.
|
void |
UsernameTokenValidator.setValidator(Validator validator)
Set the WSS4J Validator instance to use to validate the token.
|
void |
SAMLTokenValidator.setValidator(Validator validator)
Set the WSS4J Validator instance to use to validate the token.
|
Modifier and Type | Class and Description |
---|---|
class |
STSSamlAssertionValidator
This class validates a SAML Assertion by invoking the SamlAssertionValidator in WSS4J.
|
class |
STSTokenValidator
A WSS4J-based Validator to validate a received WS-Security credential by dispatching
it to a STS via WS-Trust.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator |
Modifier and Type | Method and Description |
---|---|
Validator |
CXFRequestData.getValidator(QName qName) |
Modifier and Type | Method and Description |
---|---|
Validator |
WSSConfig.getValidator(QName el) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
WSSConfig.setValidator(QName el,
Validator validator)
Associate a SOAP validator name with a specified SOAP Security header
element QName.
|
Modifier and Type | Method and Description |
---|---|
Validator |
RequestData.getValidator(QName qName)
Get the Validator instance corresponding to the QName
|
Modifier and Type | Method and Description |
---|---|
Credential |
SAMLTokenProcessor.handleSAMLToken(SamlAssertionWrapper samlAssertion,
RequestData data,
Validator validator,
WSDocInfo docInfo) |
Modifier and Type | Class and Description |
---|---|
class |
JAASUsernameTokenValidator
This class validates a processed UsernameToken, extracted from the Credential passed to
the validate method.
|
class |
KerberosTokenValidator |
class |
NoOpValidator
This class does not do any Validation at all.
|
class |
SamlAssertionValidator
This class validates a SAML Assertion, which is wrapped in an "SamlAssertionWrapper" instance.
|
class |
SignatureTrustValidator
This class verifies trust in a credential used to verify a signature, which is extracted
from the Credential passed to the validate method.
|
class |
TimestampValidator
This class validates a processed Timestamp, extracted from the Credential passed to
the validate method.
|
class |
UsernameTokenValidator
This class validates a processed UsernameToken, extracted from the Credential passed to
the validate method.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.