Interface | Description |
---|---|
TokenValidator |
An interface that can validate a security token.
|
Class | Description |
---|---|
SAMLTokenValidator |
Validate a SAML Assertion.
|
SCTValidator |
This class validates a SecurityContextToken.
|
TokenValidatorParameters |
This class encapsulates the parameters that will be passed to a TokenValidator instance to
validate a token.
|
TokenValidatorResponse |
This class encapsulates the response from a TokenValidator instance after validating a token.
|
UsernameTokenValidator |
This class validates a wsse UsernameToken.
|
X509TokenValidator |
This class validates an X.509 V.3 certificate (received as a BinarySecurityToken).
|
Apache CXF