Package net.shibboleth.idp.saml.session
Class SAML1SPSession
java.lang.Object
net.shibboleth.idp.session.BasicSPSession
net.shibboleth.idp.saml.session.SAML1SPSession
- All Implemented Interfaces:
SPSession,SPSessionEx,Component,IdentifiedComponent
Marker subtype for a SAML 1 session, adds no actual information other than its identity as
a SAML 1 session.
-
Constructor Summary
ConstructorsConstructorDescriptionSAML1SPSession(String id, Instant creation, Instant expiration) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet a prototocol constant for the session suitable for metadata lookup.Methods inherited from class net.shibboleth.idp.session.BasicSPSession
equals, getCreationInstant, getExpirationInstant, getId, getSPSessionKey, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.idp.session.SPSession
getCreationInstant, getExpirationInstant, getSPSessionKeyMethods inherited from interface net.shibboleth.idp.session.SPSessionEx
supportsLogoutPropagation
-
Constructor Details
-
Method Details
-
getProtocol
Get a prototocol constant for the session suitable for metadata lookup.- Specified by:
getProtocolin interfaceSPSessionEx- Returns:
- a protocol constant
-