|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addACLData(DKACLData acc_data)
Adds a new pair of privilege set and user/group to this access control list. |
void |
clearCache()
Clear access control list cache |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
gets the description of this access control list set |
java.lang.String |
getName()
gets the name of this access control list set |
dkCollection |
listACLData()
List the access control list data from the persistent datastore |
java.lang.String[] |
listGroups()
List the user groups in this access control list (memory-only) |
java.lang.String[] |
listUsers()
List the userids in this access control list (memory-only) |
java.lang.String[] |
listUsrGrps()
List the users and groups in this access control list (memory-only) |
void |
removeACLData(DKACLData acc_data)
Removes a user or group from access control list (memory-only) |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setDescription(java.lang.String description)
sets the description of this access control list set |
void |
setName(java.lang.String name)
sets the name for this access control list set |
Method Detail |
public void setDatastore(dkDatastore ds)
ds
- datastorepublic dkDatastore getDatastore()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- access control list namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
name
- access control list descriptionpublic dkCollection listACLData() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public java.lang.String[] listUsrGrps() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- when error occurs in the serverpublic java.lang.String[] listUsers() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- when error occurs in the serverpublic java.lang.String[] listGroups() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- when error occurs in the serverpublic void addACLData(DKACLData acc_data) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
acc_data
- a DKACLData objectpublic void removeACLData(DKACLData acc_data) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
acl_data
- DKACLData object to be removedpublic void clearCache() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |