Class Summary |
Credential |
This class stores various Credential types that can be validated and/or returned by a
Validator implementation. |
JAASUsernameTokenValidator |
This class validates a processed UsernameToken, extracted from the Credential passed to
the validate method. |
KerberosTokenValidator |
|
NoOpValidator |
This class does not do any Validation at all. |
SamlAssertionValidator |
This class validates a SAML Assertion, which is wrapped in an "AssertionWrapper" instance. |
SignatureTrustValidator |
This class verifies trust in a credential used to verify a signature, which is extracted
from the Credential passed to the validate method. |
TimestampValidator |
This class validates a processed Timestamp, extracted from the Credential passed to
the validate method. |
UsernameTokenValidator |
This class validates a processed UsernameToken, extracted from the Credential passed to
the validate method. |