Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.handler | |
org.apache.ws.security.processor | |
org.apache.ws.security.validate |
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(Element token,
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 "AssertionWrapper" 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 © 2004–2014 The Apache Software Foundation. All rights reserved.