Uses of Class
net.shibboleth.idp.session.context.LogoutPropagationContext
-
Packages that use LogoutPropagationContext Package Description net.shibboleth.idp.saml.saml2.profile.impl Profile processing actions related to SAML 2 messages.net.shibboleth.idp.saml.session.impl Implementation classes for SAML-specific session functionality.net.shibboleth.idp.session.impl 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 LogoutPropagationContext Modifier and Type Field Description private LogoutPropagationContextSOAPLogoutRequest. propagationContextLogoutPropagationContext.Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type LogoutPropagationContext Modifier and Type Field Description private Function<ProfileRequestContext,LogoutPropagationContext>SOAPLogoutRequest. propagationContextLookupStrategyLookup strategy for context in which to report result.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type LogoutPropagationContext Modifier and Type Method Description voidSOAPLogoutRequest. 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 LogoutPropagationContext Modifier and Type Field Description private Function<ProfileRequestContext,LogoutPropagationContext>BestMatchLocationLookupStrategy. logoutPropagationContextLookupStrategyLookup strategy for context.private Function<ProfileRequestContext,LogoutPropagationContext>AddLogoutRequest. logoutPropContextLookupStrategyLogout propagation context lookup strategy.private Function<ProfileRequestContext,LogoutPropagationContext>PrepareInboundMessageContext. logoutPropContextLookupStrategyLogout propagation context lookup strategy.Method parameters in net.shibboleth.idp.saml.session.impl with type arguments of type LogoutPropagationContext Modifier and Type Method Description voidBestMatchLocationLookupStrategy. 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 LogoutPropagationContext Modifier and Type Field Description private Function<ProfileRequestContext,LogoutPropagationContext>PopulateLogoutPropagationContext. contextCreationStrategyLookup/creation function for LogoutPropagationContext.private Function<ProfileRequestContext,LogoutPropagationContext>SelectLogoutPropagationFlow. logoutPropagationContextFunctionFunction to retrieve LogoutPropagationContext from context tree.Method parameters in net.shibboleth.idp.session.impl with type arguments of type LogoutPropagationContext Modifier and Type Method Description voidPopulateLogoutPropagationContext. 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.
-