public class LogoutPropagationFlowDescriptorSelector extends Object implements com.google.common.base.Function<SPSession,LogoutPropagationFlowDescriptor>
SPSession.| Modifier and Type | Field and Description |
|---|---|
private List<LogoutPropagationFlowDescriptor> |
availableFlows
List of available flows.
|
| Constructor and Description |
|---|
LogoutPropagationFlowDescriptorSelector(List<LogoutPropagationFlowDescriptor> flows)
Constructor.
|
private final List<LogoutPropagationFlowDescriptor> availableFlows
public LogoutPropagationFlowDescriptorSelector(@Nonnull@NonnullElements@ParameterName(name="flows") List<LogoutPropagationFlowDescriptor> flows)
flows - the logout propagation flows to select from@Nullable public LogoutPropagationFlowDescriptor apply(@Nonnull SPSession input)
apply in interface com.google.common.base.Function<SPSession,LogoutPropagationFlowDescriptor>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.