public interface LogoutLogic<R,C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
R |
perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
java.lang.String defaultUrl,
java.lang.String logoutUrlPattern,
java.lang.Boolean localLogout,
java.lang.Boolean destroySession,
java.lang.Boolean centralLogout)
Perform the application logout logic.
|
R perform(C context, Config config, HttpActionAdapter<R,C> httpActionAdapter, java.lang.String defaultUrl, java.lang.String logoutUrlPattern, java.lang.Boolean localLogout, java.lang.Boolean destroySession, java.lang.Boolean centralLogout)
context - the web contextconfig - the security configurationhttpActionAdapter - the HTTP action adapterdefaultUrl - the default urllogoutUrlPattern - the logout url patternlocalLogout - whether a local logout is requireddestroySession - whether the web session must be destroyedcentralLogout - whether a central logout is requiredCopyright © 2018. All Rights Reserved.