Class LogoutStatusStrategyFunction

java.lang.Object
net.shibboleth.idp.session.impl.LogoutStatusStrategyFunction
All Implemented Interfaces:
Function<ProfileRequestContext,List<String>>

public class LogoutStatusStrategyFunction extends Object implements Function<ProfileRequestContext,List<String>>
A strategy function for determining the status of a logout based on the content of a LogoutContext.

It signals an error if the context still contains any IdPSession objects, indicating a logout was cancelled.