org.alfresco.repo.security.authority.script
Class Authority.ScriptAuthorityType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.security.authority.script.Authority.ScriptAuthorityType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Authority

public static final class Authority.ScriptAuthorityType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static Authority.ScriptAuthorityType GROUP
           
static Authority.ScriptAuthorityType USER
           
 
Method Summary
static Authority.ScriptAuthorityType valueOf(java.lang.String name)
           
static Authority.ScriptAuthorityType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GROUP

public static final Authority.ScriptAuthorityType GROUP

USER

public static final Authority.ScriptAuthorityType USER
Method Detail

values

public static Authority.ScriptAuthorityType[] values()

valueOf

public static Authority.ScriptAuthorityType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.