Uses of Interface
net.shibboleth.idp.session.SessionResolver
Packages that use SessionResolver
Package
Description
CAS protocol flow implementations.
Profile processing actions related to SAML 2 messages.
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 SessionResolverModifier and TypeFieldDescriptionprivate final SessionResolverGrantProxyTicketAction.sessionResolverLooks up IdP sessions.private final SessionResolverUpdateIdPSessionWithSPSessionAction.sessionResolverLooks up IdP sessions.Constructors in net.shibboleth.idp.cas.flow.impl with parameters of type SessionResolverModifierConstructorDescriptionGrantProxyTicketAction(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 SessionResolverModifier and TypeFieldDescriptionprivate SessionResolverProcessLogoutRequest.sessionResolverSession resolver.Methods in net.shibboleth.idp.saml.saml2.profile.impl with parameters of type SessionResolverModifier and TypeMethodDescriptionvoidProcessLogoutRequest.setSessionResolver(SessionResolver resolver) Set theSessionResolverto use. -
Uses of SessionResolver in net.shibboleth.idp.session.impl
Classes in net.shibboleth.idp.session.impl that implement SessionResolverModifier and TypeClassDescriptionclassImplementation ofSessionManagerandSessionResolverinterfaces that relies on aStorageServicefor persistence and lifecycle management of data.Fields in net.shibboleth.idp.session.impl declared as SessionResolverModifier and TypeFieldDescriptionprivate SessionResolverPopulateSessionContext.sessionResolverSession resolver.private SessionResolverProcessLogout.sessionResolverSession resolver.Methods in net.shibboleth.idp.session.impl with parameters of type SessionResolverModifier and TypeMethodDescriptionvoidPopulateSessionContext.setSessionResolver(SessionResolver resolver) Set theSessionResolverto use.voidProcessLogout.setSessionResolver(SessionResolver resolver) Set theSessionResolverto use.