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,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 protocol constant for the session suitable for metadata lookup.Methods inherited from class net.shibboleth.idp.session.BasicSPSession
equals, getCreationInstant, getExpirationInstant, getId, getSPSessionKey, hashCode, supportsLogoutPropagation, toString
-
Constructor Details
-
Method Details
-
getProtocol
Get a protocol constant for the session suitable for metadata lookup.- Specified by:
getProtocolin interfaceSPSession- Overrides:
getProtocolin classBasicSPSession- Returns:
- a protocol constant
-