org.outerj.daisy.repository.acl
Class AclActionType
java.lang.Object
org.outerj.daisy.repository.acl.AclActionType
- public final class AclActionType
- extends java.lang.Object
Enumeration of the different actions an AclEntry
can specify for a certain
AclPermission
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GRANT
public static final AclActionType GRANT
DENY
public static final AclActionType DENY
DO_NOTHING
public static final AclActionType DO_NOTHING
AclActionType
public AclActionType(java.lang.String name)
toString
public java.lang.String toString()
fromString
public static AclActionType fromString(java.lang.String value)
Copyright © -2005 . All Rights Reserved.