org.outerj.daisy.repository.acl
Class AclSubjectType

java.lang.Object
  extended byorg.outerj.daisy.repository.acl.AclSubjectType

public final class AclSubjectType
extends java.lang.Object

Enumeration of the subject types.


Field Summary
static AclSubjectType EVERYONE
           
static AclSubjectType ROLE
           
static AclSubjectType USER
           
 
Method Summary
static AclSubjectType 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

USER

public static final AclSubjectType USER

EVERYONE

public static final AclSubjectType EVERYONE

ROLE

public static final AclSubjectType ROLE
Method Detail

toString

public java.lang.String toString()

fromString

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


Copyright © -2005 . All Rights Reserved.