public abstract static class Authorizer.Result extends Object
The result of an authentication request.
| Modifier and Type | Class and Description |
|---|---|
static class |
Authorizer.Result.Denied |
static class |
Authorizer.Result.Granted |
static class |
Authorizer.Result.Ignored |
| Constructor and Description |
|---|
Authorizer.Result() |
| Modifier and Type | Method and Description |
|---|---|
static Authorizer.Result |
deny(String reason) |
static Authorizer.Result |
grant() |
static Authorizer.Result |
ignore() |
String |
toString() |
public static Authorizer.Result deny(String reason)
reason - the reason for which the authorization is deniedpublic static Authorizer.Result grant()
public static Authorizer.Result ignore()
Authorizers.Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.