public class SAML1SPSession extends BasicSPSession
| Constructor and Description |
|---|
SAML1SPSession(String id,
long creation,
long expiration)
Constructor.
|
equals, getCreationInstant, getExpirationInstant, getId, getSPSessionKey, hashCode, toStringpublic SAML1SPSession(@Nonnull@NotEmpty String id, @Duration@Positive long creation, @Duration@Positive long expiration)
id - the identifier of the service associated with this sessioncreation - creation time of session, in milliseconds since the epochexpiration - expiration time of session, in milliseconds since the epochCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.