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 saveInSession,
java.lang.Boolean multiProfile,
java.lang.Boolean renewSession,
java.lang.String client)
Perform the callback logic.
|
R perform(C context, Config config, HttpActionAdapter<R,C> httpActionAdapter, java.lang.String defaultUrl, java.lang.Boolean saveInSession, java.lang.Boolean multiProfile, java.lang.Boolean renewSession, java.lang.String client)
context - the web contextconfig - the security configurationhttpActionAdapter - the HTTP action adapterdefaultUrl - the default urlsaveInSession - whether profile should be saved in sessionmultiProfile - whether multi profiles are supportedrenewSession - whether the session must be renewedclient - the default clientCopyright © 2019. All Rights Reserved.