Uses of Class
net.shibboleth.idp.session.LogoutPropagationFlowDescriptor
-
Packages that use LogoutPropagationFlowDescriptor Package Description net.shibboleth.idp.session.logic Functions and Predicates related to the use of sessions. -
-
Uses of LogoutPropagationFlowDescriptor in net.shibboleth.idp.session.logic
Fields in net.shibboleth.idp.session.logic with type parameters of type LogoutPropagationFlowDescriptor Modifier and Type Field Description private List<LogoutPropagationFlowDescriptor>LogoutPropagationFlowDescriptorSelector. availableFlowsList of available flows.Methods in net.shibboleth.idp.session.logic that return LogoutPropagationFlowDescriptor Modifier and Type Method Description LogoutPropagationFlowDescriptorLogoutPropagationFlowDescriptorSelector. apply(SPSession input)Constructor parameters in net.shibboleth.idp.session.logic with type arguments of type LogoutPropagationFlowDescriptor Constructor Description LogoutPropagationFlowDescriptorSelector(List<LogoutPropagationFlowDescriptor> flows)Constructor.
-