public abstract class AbstractAuthEventBehavior extends AbstractSubscribeBehavior
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAuthEventBehavior(String event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.request.IRequestParameters parameters,
String response) |
protected abstract void |
onSessionEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
String status,
String userId,
String signedRequest,
String expiresIn,
String accessToken) |
renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindprotected AbstractAuthEventBehavior(String event)
event - protected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.request.IRequestParameters parameters,
String response)
onEvent in class AbstractSubscribeBehaviorprotected abstract void onSessionEvent(org.apache.wicket.ajax.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 © 2015. All rights reserved.