|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeIntEnumeration
org.opencms.security.I_CmsPermissionHandler.CmsPermissionCheckResult
public static final class I_CmsPermissionHandler.CmsPermissionCheckResult
Enumeration class for the results of I_CmsPermissionHandler.hasPermissions(CmsDbContext, CmsResource, CmsPermissionSet, boolean, CmsResourceFilter)
.
Field Summary | |
---|---|
protected static I_CmsPermissionHandler.CmsPermissionCheckResult |
ALLOWED
Indicates allowed permissions. |
protected static I_CmsPermissionHandler.CmsPermissionCheckResult |
DENIED
Indicates denied permissions. |
protected static I_CmsPermissionHandler.CmsPermissionCheckResult |
FILTERED
Indicates a resource was filtered during permission check. |
protected static I_CmsPermissionHandler.CmsPermissionCheckResult |
NOTLOCKED
Indicates a resource was not locked for a write / control operation. |
Method Summary | |
---|---|
boolean |
isAllowed()
Checks if this permission is allowed or not. |
Methods inherited from class org.opencms.util.A_CmsModeIntEnumeration |
---|
equals, getMode, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final I_CmsPermissionHandler.CmsPermissionCheckResult ALLOWED
protected static final I_CmsPermissionHandler.CmsPermissionCheckResult DENIED
protected static final I_CmsPermissionHandler.CmsPermissionCheckResult FILTERED
protected static final I_CmsPermissionHandler.CmsPermissionCheckResult NOTLOCKED
Method Detail |
---|
public boolean isAllowed()
true
if allowed
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |