public abstract class AbstractAuthEventBehavior extends AbstractSubscribeBehavior
INDICATOR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAuthEventBehavior(String event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(AjaxRequestTarget target,
IRequestParameters parameters,
String response) |
protected abstract void |
onSessionEvent(AjaxRequestTarget target,
String status,
String userId,
String signedRequest,
String expiresIn,
String accessToken) |
renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindbeforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrendersPageprotected AbstractAuthEventBehavior(String event)
event - protected void onEvent(AjaxRequestTarget target, IRequestParameters parameters, String response)
onEvent in class AbstractSubscribeBehaviorprotected abstract void onSessionEvent(AjaxRequestTarget target, String status, String userId, String signedRequest, String expiresIn, String accessToken)
status - Current status of the sessionuserId - String representing the current user's IDsignedRequest - String with the current signedRequestexpiresIn - UNIX time when the session expiresaccessToken - Access token of the userCopyright © 2020. All rights reserved.