Uses of Class
net.shibboleth.idp.session.context.LogoutPropagationContext
Packages that use LogoutPropagationContext
Package
Description
Profile processing actions related to SAML 2 messages.
Implementation classes for SAML-specific session functionality.
Implementations of session-related classes and interfaces.
-
Uses of LogoutPropagationContext in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl declared as LogoutPropagationContextModifier and TypeFieldDescriptionprivate LogoutPropagationContextSOAPLogoutRequest.propagationContextLogoutPropagationContext.Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type LogoutPropagationContextModifier and TypeFieldDescriptionSOAPLogoutRequest.propagationContextLookupStrategyLookup strategy for context in which to report result.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type LogoutPropagationContextModifier and TypeMethodDescriptionvoidSOAPLogoutRequest.setPropagationContextLookupStrategy(Function<ProfileRequestContext, LogoutPropagationContext> strategy) Set the lookup strategy for theLogoutPropagationContextto update. -
Uses of LogoutPropagationContext in net.shibboleth.idp.saml.session.impl
Fields in net.shibboleth.idp.saml.session.impl with type parameters of type LogoutPropagationContextModifier and TypeFieldDescriptionBestMatchLocationLookupStrategy.logoutPropagationContextLookupStrategyLookup strategy for context.AddLogoutRequest.logoutPropContextLookupStrategyLogout propagation context lookup strategy.PrepareInboundMessageContext.logoutPropContextLookupStrategyLogout propagation context lookup strategy.Method parameters in net.shibboleth.idp.saml.session.impl with type arguments of type LogoutPropagationContextModifier and TypeMethodDescriptionvoidBestMatchLocationLookupStrategy.setLogoutContextLookupStrategy(Function<ProfileRequestContext, LogoutPropagationContext> strategy) Set the lookup strategy for theLogoutPropagationContextto access.voidAddLogoutRequest.setLogoutPropagationContextLookupStrategy(Function<ProfileRequestContext, LogoutPropagationContext> strategy) Set the logout propagation context lookup strategy.voidPrepareInboundMessageContext.setLogoutPropagationContextLookupStrategy(Function<ProfileRequestContext, LogoutPropagationContext> strategy) Set the logout propagation context lookup strategy. -
Uses of LogoutPropagationContext in net.shibboleth.idp.session.impl
Fields in net.shibboleth.idp.session.impl with type parameters of type LogoutPropagationContextModifier and TypeFieldDescriptionPopulateLogoutPropagationContext.contextCreationStrategyLookup/creation function for LogoutPropagationContext.SelectLogoutPropagationFlow.logoutPropagationContextFunctionFunction to retrieve LogoutPropagationContext from context tree.Method parameters in net.shibboleth.idp.session.impl with type arguments of type LogoutPropagationContextModifier and TypeMethodDescriptionvoidPopulateLogoutPropagationContext.setLogoutPropagationContextCreationStrategy(Function<ProfileRequestContext, LogoutPropagationContext> strategy) Set the creation/lookup strategy for theLogoutPropagationContext.voidSelectLogoutPropagationFlow.setLogoutPropagationContextFunction(Function<ProfileRequestContext, LogoutPropagationContext> function) Sets the function used to retrieve theLogoutPropagationContextfrom the context tree.