Package net.shibboleth.idp.session.impl
Class StorageBackedSessionManagerTest.ExtendedSPSession
- java.lang.Object
-
- net.shibboleth.idp.session.BasicSPSession
-
- net.shibboleth.idp.session.impl.StorageBackedSessionManagerTest.ExtendedSPSession
-
- All Implemented Interfaces:
SPSession,Component,IdentifiedComponent
- Enclosing class:
- StorageBackedSessionManagerTest
private static class StorageBackedSessionManagerTest.ExtendedSPSession extends BasicSPSession
-
-
Field Summary
Fields Modifier and Type Field Description static StringSESSION_KEY
-
Constructor Summary
Constructors Constructor Description ExtendedSPSession(String id, Instant creation, Instant expiration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSPSessionKey()-
Methods inherited from class net.shibboleth.idp.session.BasicSPSession
equals, getCreationInstant, getExpirationInstant, getId, hashCode, toString
-
-
-
-
Field Detail
-
SESSION_KEY
public static final String SESSION_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSPSessionKey
public String getSPSessionKey()
- Specified by:
getSPSessionKeyin interfaceSPSession- Overrides:
getSPSessionKeyin classBasicSPSession
-
-