| Package | Description |
|---|---|
| act.app | |
| act.conf | |
| act.controller.annotation | |
| act.handler.builtin.controller | |
| act.handler.builtin.controller.impl | |
| act.util |
| Modifier and Type | Method and Description |
|---|---|
MissingAuthenticationHandler |
ActionContext.csrfFailureHandler() |
MissingAuthenticationHandler |
ActionContext.missingAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
ActionContext |
ActionContext.forceCsrfCheckingFailureHandler(MissingAuthenticationHandler handler) |
ActionContext |
ActionContext.forceMissingAuthenticationHandler(MissingAuthenticationHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
MissingAuthenticationHandler |
AppConfig.ajaxCsrfCheckFailureHandler() |
MissingAuthenticationHandler |
AppConfig.ajaxMissingAuthenticationHandler() |
MissingAuthenticationHandler |
AppConfig.csrfCheckFailureHandler() |
MissingAuthenticationHandler |
AppConfig.missingAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
AppConfig.ajaxCsrfCheckFailureHandler(MissingAuthenticationHandler handler) |
protected T |
AppConfig.ajaxMissingAuthenticationHandler(MissingAuthenticationHandler handler) |
protected T |
AppConfig.csrfCheckFailureHandler(MissingAuthenticationHandler handler) |
protected T |
AppConfig.missingAuthenticationHandler(MissingAuthenticationHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MissingAuthenticationHandler |
HandleMissingAuthentication.Option.createHandler(java.lang.String custom) |
MissingAuthenticationHandler |
HandleMissingAuthentication.Option.handler(java.lang.String custom) |
| Modifier and Type | Method and Description |
|---|---|
MissingAuthenticationHandler |
ActionHandlerInvoker.csrfFailureHandler() |
MissingAuthenticationHandler |
ControllerAction.csrfFailureHandler() |
MissingAuthenticationHandler |
ActionHandlerInvoker.missingAuthenticationHandler() |
MissingAuthenticationHandler |
ControllerAction.missingAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
MissingAuthenticationHandler |
ReflectedHandlerInvoker.csrfFailureHandler() |
MissingAuthenticationHandler |
ReflectedHandlerInvoker.missingAuthenticationHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
RedirectToLoginUrl
When authentication is required but missing, redirect the user to
AppConfigKey.URL_LOGIN |
class |
ReturnUnauthorized
When authentication is required but missing, response with
Unauthorized |
Copyright © 2014–2017 ActFramework. All rights reserved.