public interface LogoutProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
handleAsyncLogout(LoginSession session,
String relayState,
String returnUrl,
javax.servlet.http.HttpServletResponse response)
Performs async logout of SAML peers attached to the current login session.
|
boolean |
handleSynchronousLogout(LoginSession session)
Performs sync logout of SAML peers attached to the current login session.
|
void handleAsyncLogout(LoginSession session, String relayState, String returnUrl, javax.servlet.http.HttpServletResponse response) throws IOException
relayState - response - returnUrl - IOExceptionboolean handleSynchronousLogout(LoginSession session)
Copyright © 2018 Unity. All rights reserved.