Uses of Interface
net.shibboleth.idp.session.SessionManager
-
Packages that use SessionManager Package Description net.shibboleth.idp.session.impl 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 SessionManager Modifier and Type Class Description classStorageBackedSessionManagerImplementation ofSessionManagerandSessionResolverinterfaces that relies on aStorageServicefor persistence and lifecycle management of data.Fields in net.shibboleth.idp.session.impl declared as SessionManager Modifier and Type Field Description private SessionManagerDestroySessions. sessionManagerSession resolver.private SessionManagerDetectIdentitySwitch. sessionManagerSessionManager.private SessionManagerUpdateSessionWithAuthenticationResult. sessionManagerSessionManager.private SessionManagerUpdateSessionWithSPSession. sessionManagerSessionManager.Methods in net.shibboleth.idp.session.impl with parameters of type SessionManager Modifier and Type Method Description voidDestroySessions. 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.
-