public interface CallbackLogic<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.Boolean multiProfile,
java.lang.Boolean renewSession)
Perform the callback logic.
|
R perform(C context, Config config, HttpActionAdapter<R,C> httpActionAdapter, java.lang.String defaultUrl, java.lang.Boolean multiProfile, java.lang.Boolean renewSession)
context - the web contextconfig - the security configurationhttpActionAdapter - the HTTP action adapterdefaultUrl - the default urlmultiProfile - whether multi profiles are supportedrenewSession - whether the session must be renewedCopyright © 2018. All Rights Reserved.