public interface ApplicationLogoutLogic<R,C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
R |
perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String defaultUrl,
String logoutUrlPattern)
Perform the application logout logic.
|
R perform(C context, Config config, HttpActionAdapter<R,C> httpActionAdapter, String defaultUrl, String logoutUrlPattern)
context - the web contextconfig - the security configurationhttpActionAdapter - the HTTP action adapterdefaultUrl - the default urllogoutUrlPattern - the logout url patternCopyright © 2017. All Rights Reserved.