Uses of Class
net.shibboleth.idp.session.context.SessionContext
-
Packages that use SessionContext 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.context.navigate Functions for traversing session-related contexts.net.shibboleth.idp.session.impl 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 SessionContext Modifier and Type Field Description private 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 SessionContext Modifier and Type Field Description private Function<ProfileRequestContext,SessionContext>ProcessLogoutRequest. sessionContextCreationStrategyCreation/lookup function for SessionContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type SessionContext Modifier and Type Method Description voidProcessLogoutRequest. setSessionContextCreationStrategy(Function<ProfileRequestContext,SessionContext> strategy)Set the creation/lookup strategy for theSessionContextto populate. -
Uses of SessionContext in net.shibboleth.idp.session.context.navigate
Methods in net.shibboleth.idp.session.context.navigate with parameters of type SessionContext Modifier and Type Method Description StringSessionContextIDLookupFunction. apply(SessionContext input)StringSessionContextPrincipalLookupFunction. apply(SessionContext input) -
Uses of SessionContext in net.shibboleth.idp.session.impl
Fields in net.shibboleth.idp.session.impl declared as SessionContext Modifier and Type Field Description private 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 SessionContext Modifier and Type Field Description private 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 SessionContext Modifier and Type Method Description voidPopulateSessionContext. 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.
-