public static class AccessController.Response
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AccessController.Response |
allowed() |
static AccessController.Response |
disallowed(java.lang.String msg) |
java.lang.String |
getMsg() |
boolean |
isAllowed() |
public static AccessController.Response allowed()
public static AccessController.Response disallowed(java.lang.String msg)
public boolean isAllowed()
public java.lang.String getMsg()