|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An Access List describes the security attributes of a Plumtree Object. An Access List is a collection of Access List Entries. Each Access List Entry describes a level of access that has been assigned to a particular user or group.
IPTAccessList| Method Summary | |
int |
GetAccessLevel()
Returns the access level as specified in PT_ACCESS_LEVELs. |
int |
GetClassID()
Returns the classid of this ACL entry. |
java.lang.String |
GetName()
GetName returns the name of the Group/User on this ACL entry. |
int |
GetObjectID()
Returns the object id of this ACL entry. |
boolean |
GetReadOnly()
Returns if this ACL entry is read only and therefore immutable. |
void |
SetAccessLevel(int Value)
Sets the access level on this ACL entry. |
void |
SetName(java.lang.String Value)
Sets the name of the group/user of the ACL |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetName()
public void SetName(java.lang.String Value)
name - the name of the group/userpublic int GetClassID()
PT_CLASSIDSpublic int GetObjectID()
public int GetAccessLevel()
PT_CLASSIDSpublic void SetAccessLevel(int Value)
accessLevel - Must be a value defined in PT_ACCESS_LEVELS.PT_CLASSIDSpublic boolean GetReadOnly()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||