A {@code SecurityTokenProvider} implementation for the SAML2 Specification.
This token provider does not handle the SAML20 Token Profile of the Oasis WS-Trust Specification. @see {@code SAML20TokenProvider}
Configurable Properties are:
ASSERTION_VALIDITY: specify the validity of the assertion in miliseconds. (Example: 5000 = 5secs)
CLOCK_SKEW: specify the clock skew of the conditions for assertion in miliseconds. (Example: 2000 = 2secs)
@author Anil.Saldhana@redhat.com @since Dec 30, 2010
|
|
|
|