Uses of Interface
net.shibboleth.idp.session.SessionResolver
-
Packages that use SessionResolver Package Description net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.saml.saml2.profile.impl Profile processing actions related to SAML 2 messages.net.shibboleth.idp.session.impl Implementations of session-related classes and interfaces. -
-
Uses of SessionResolver in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as SessionResolver Modifier and Type Field Description private SessionResolverGrantProxyTicketAction. sessionResolverLooks up IdP sessions.private SessionResolverUpdateIdPSessionWithSPSessionAction. sessionResolverLooks up IdP sessions.Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type SessionResolver Constructor Description GrantProxyTicketAction(TicketService ticketService, SessionResolver resolver)Constructor.UpdateIdPSessionWithSPSessionAction(SessionResolver resolver, Duration lifetime)Constructor. -
Uses of SessionResolver in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl declared as SessionResolver Modifier and Type Field Description private SessionResolverProcessLogoutRequest. sessionResolverSession resolver.Methods in net.shibboleth.idp.saml.saml2.profile.impl with parameters of type SessionResolver Modifier and Type Method Description voidProcessLogoutRequest. setSessionResolver(SessionResolver resolver)Set theSessionResolverto use. -
Uses of SessionResolver in net.shibboleth.idp.session.impl
Classes in net.shibboleth.idp.session.impl that implement SessionResolver 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 SessionResolver Modifier and Type Field Description private SessionResolverPopulateSessionContext. sessionResolverSession resolver.private SessionResolverProcessLogout. sessionResolverSession resolver.Methods in net.shibboleth.idp.session.impl with parameters of type SessionResolver Modifier and Type Method Description voidPopulateSessionContext. setSessionResolver(SessionResolver resolver)Set theSessionResolverto use.voidProcessLogout. setSessionResolver(SessionResolver resolver)Set theSessionResolverto use.
-