| Interface | Description |
|---|---|
| SAMLRoleParser |
This interface defines a way to extract roles from a SAML Assertion
|
| SubjectRoleParser |
This interface defines a way to extract roles from a JAAS Subject
|
| TokenValidator |
An interface that can validate a security token.
|
| Class | Description |
|---|---|
| DefaultSAMLRoleParser |
A default implementation to extract roles from a SAML Assertion
|
| DefaultSubjectRoleParser |
A default implementation to extract roles from a Subject
|
| 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 or an X509Data
DOM Element).
|
Apache CXF