|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.security.acl.PermissionImpl
|
+--com.compoze.contact.ContactPermission
This class represents the permissions for contacts and lists.
| Field Summary | |
static ContactPermission |
ADD_CONTACT
This is the permission to add a contact. |
static ContactPermission |
ADD_DISTRIBUTION_LIST
This is the permission to add a distribution list. |
static ContactPermission |
DELETE
This is the permission to delete. |
static ContactPermission |
EDIT
This is the permission to edit. |
static ContactPermission |
READ
This is the permission to read. |
static ContactPermission |
REMOVE_CONTACT
This is the permission to remove a contact. |
| Method Summary | |
static java.security.acl.Permission |
getPermission(java.lang.String sName)
Gets the permission by the specified name. |
static java.util.List |
permissions()
Gets the list of permissions. |
| Methods inherited from class com.compoze.security.acl.PermissionImpl |
equals, getName, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ContactPermission READ
public static final ContactPermission DELETE
public static final ContactPermission EDIT
public static final ContactPermission ADD_DISTRIBUTION_LIST
public static final ContactPermission ADD_CONTACT
public static final ContactPermission REMOVE_CONTACT
| Method Detail |
public static java.util.List permissions()
ContactPermissions (un-modifiable)public static java.security.acl.Permission getPermission(java.lang.String sName)
sName - the namenull if not found
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||