public interface CallbackLogic<R,C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
R |
perform(C context,
Config config,
HttpActionAdapter<R,C> httpActionAdapter,
String defaultUrl,
Boolean multiProfile,
Boolean renewSession)
Perform the callback logic.
|
R perform(C context, Config config, HttpActionAdapter<R,C> httpActionAdapter, String defaultUrl, Boolean multiProfile, 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.