|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcreme.enumerations.Enumeration
org.jcreme.permissioning.AccessType
This enumeration represent the functional domains of an organization. Permissions to access certain data types are based on Domains. This ensures that the some business Domains have no access to some data if needed.
| Field Summary | |
static AccessType |
CREATE
Represents access for creating data. |
static AccessType |
DELETE
Represents access for deleting data. |
protected static java.util.Hashtable |
fromName
|
static AccessType |
READ
Represents access for reading data. |
static java.lang.String |
S_CREATE
The name of the CREATE access type. |
static java.lang.String |
S_DELETE
The name of the DELETE access type. |
static java.lang.String |
S_READ
The name of the READ access type. |
static java.lang.String |
S_WRITE
The name of the WRITE access type. |
static AccessType |
WRITE
Represents access for writing data. |
| Fields inherited from class org.jcreme.enumerations.Enumeration |
|
| Constructor Summary | |
protected |
AccessType(java.lang.String name)
|
| Method Summary | |
static AccessType |
getAccessType(java.lang.String name)
|
static AccessType[] |
getAccessTypes()
|
protected java.util.Hashtable |
getFromName()
This method is for internal use only. |
static Enumeration[] |
getValues()
This method enables to retrieve all the possible values of an Enumeration class. |
| Methods inherited from class org.jcreme.enumerations.Enumeration |
compareTo, getName, readResolve, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected static final java.util.Hashtable fromName
public static final java.lang.String S_READ
public static final AccessType READ
public static final java.lang.String S_WRITE
public static final AccessType WRITE
public static final java.lang.String S_DELETE
public static final AccessType DELETE
public static final java.lang.String S_CREATE
public static final AccessType CREATE
| Constructor Detail |
protected AccessType(java.lang.String name)
| Method Detail |
protected java.util.Hashtable getFromName()
Enumeration
getFromName in class Enumerationpublic static AccessType getAccessType(java.lang.String name)
name -
public static AccessType[] getAccessTypes()
public static Enumeration[] getValues()
Enumeration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||