org.outerj.daisy.repository.acl
Class AclActionType

java.lang.Object
  extended by 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.


Field Summary
static AclActionType DENY
           
static AclActionType DO_NOTHING
           
static AclActionType GRANT
           
 
Constructor Summary
AclActionType(java.lang.String name)
           
 
Method Summary
static AclActionType fromString(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRANT

public static final AclActionType GRANT

DENY

public static final AclActionType DENY

DO_NOTHING

public static final AclActionType DO_NOTHING
Constructor Detail

AclActionType

public AclActionType(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static AclActionType fromString(java.lang.String value)


Copyright © -2012 . All Rights Reserved.