public class ReturnUnauthorized extends java.lang.Object implements MissingAuthenticationHandler
When authentication is required but missing, response with Unauthorized
| Constructor and Description |
|---|
ReturnUnauthorized() |
| Modifier and Type | Method and Description |
|---|---|
org.osgl.mvc.result.Result |
result(ActionContext context)
The result to be thrown out when authentication is missing
|
public org.osgl.mvc.result.Result result(ActionContext context)
MissingAuthenticationHandlerThe result to be thrown out when authentication is missing
result in interface MissingAuthenticationHandlerCopyright © 2014–2017 ActFramework. All rights reserved.