Uses of Class
net.shibboleth.idp.session.context.SessionContext
Packages that use SessionContext
Package
Description
CAS protocol flow implementations.
Profile processing actions related to SAML 2 messages.
Functions for traversing session-related contexts.
Implementations of session-related classes and interfaces.
-
Uses of SessionContext in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type SessionContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,SessionContext> GrantServiceTicketAction.sessionContextFunctionLooks up an IdP session context from IdP profile request context. -
Uses of SessionContext in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type SessionContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,SessionContext> ProcessLogoutRequest.sessionContextCreationStrategyCreation/lookup function for SessionContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type SessionContextModifier and TypeMethodDescriptionvoidProcessLogoutRequest.setSessionContextCreationStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the creation/lookup strategy for theSessionContextto populate. -
Uses of SessionContext in net.shibboleth.idp.session.impl
Fields in net.shibboleth.idp.session.impl declared as SessionContextModifier and TypeFieldDescriptionprivate SessionContextDestroySessions.sessionContextSessionContext to access.private SessionContextDetectIdentitySwitch.sessionCtxSessionContext to operate on.private SessionContextUpdateSessionWithAuthenticationResult.sessionCtxExisting or newly created SessionContext.private SessionContextUpdateSessionWithSPSession.sessionCtxExisting or newly created SessionContext.Fields in net.shibboleth.idp.session.impl with type parameters of type SessionContextModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,SessionContext> PopulateSessionContext.sessionContextCreationStrategyCreation/lookup function for SessionContext.private Function<ProfileRequestContext,SessionContext> ProcessLogout.sessionContextCreationStrategyCreation/lookup function for SessionContext.private Function<ProfileRequestContext,SessionContext> UpdateSessionWithAuthenticationResult.sessionContextCreationStrategyLookup/creation function for SessionContext.private Function<ProfileRequestContext,SessionContext> DestroySessions.sessionContextLookupStrategyLookup function for SessionContext.private Function<ProfileRequestContext,SessionContext> DetectIdentitySwitch.sessionContextLookupStrategyLookup function for SessionContext.private Function<ProfileRequestContext,SessionContext> ExtractActiveAuthenticationResults.sessionContextLookupStrategyLookup function for SessionContext.private Function<ProfileRequestContext,SessionContext> UpdateSessionWithSPSession.sessionContextLookupStrategyLookup function for SessionContext.Method parameters in net.shibboleth.idp.session.impl with type arguments of type SessionContextModifier and TypeMethodDescriptionvoidPopulateSessionContext.setSessionContextCreationStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the creation/lookup strategy for the SessionContext to populate.voidProcessLogout.setSessionContextCreationStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the creation/lookup strategy for the SessionContext to populate.voidUpdateSessionWithAuthenticationResult.setSessionContextCreationStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the lookup/creation strategy for the SessionContext to update.voidDestroySessions.setSessionContextLookupStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the lookup strategy for the SessionContext to access.voidDetectIdentitySwitch.setSessionContextLookupStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the lookup strategy for the SessionContext to access.voidExtractActiveAuthenticationResults.setSessionContextLookupStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the lookup strategy for the SessionContext to access.voidUpdateSessionWithSPSession.setSessionContextLookupStrategy(Function<ProfileRequestContext, SessionContext> strategy) Set the lookup strategy for the SessionContext to access.