Uses of Interface
net.shibboleth.idp.session.SessionManager
Packages that use SessionManager
Package
Description
Implementations of session-related classes and interfaces.
-
Uses of SessionManager in net.shibboleth.idp.session.impl
Classes in net.shibboleth.idp.session.impl that implement SessionManagerModifier and TypeClassDescriptionclassImplementation ofSessionManagerandSessionResolverinterfaces that relies on aStorageServicefor persistence and lifecycle management of data.Fields in net.shibboleth.idp.session.impl declared as SessionManagerModifier and TypeFieldDescriptionprivate SessionManagerDestroySessions.sessionManagerSession resolver.private SessionManagerDetectIdentitySwitch.sessionManagerSessionManager.private SessionManagerUpdateSessionWithAuthenticationResult.sessionManagerSessionManager.private SessionManagerUpdateSessionWithSPSession.sessionManagerSessionManager.Methods in net.shibboleth.idp.session.impl with parameters of type SessionManagerModifier and TypeMethodDescriptionvoidDestroySessions.setSessionManager(SessionManager manager) Set theSessionManagerto use.voidDetectIdentitySwitch.setSessionManager(SessionManager manager) Set theSessionManagerto use.voidUpdateSessionWithAuthenticationResult.setSessionManager(SessionManager manager) Set theSessionManagerto use.voidUpdateSessionWithSPSession.setSessionManager(SessionManager manager) Set theSessionManagerto use.