public class Access extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ERROR_MESSAGE |
static Access |
DENIED |
static Access |
OK |
| Constructor and Description |
|---|
Access(boolean allowed) |
Access(boolean allowed,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
boolean |
isAllowed() |
String |
toMessage() |
String |
toString() |
public static final String DEFAULT_ERROR_MESSAGE
public static final Access OK
public static final Access DENIED
public Access(boolean allowed)
public Access(boolean allowed,
String message)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.