|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addPrivilege(dkPrivilege privObj)
Adds the given privilege object to the group (memory-only) |
void |
clearCache()
Clear privilege group cache |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
gets the description of this privilege group |
java.lang.String |
getName()
gets the name of this privilege group |
java.lang.String[] |
listPrivilegeNames()
Gets a list of privilege names defined to the privilege group |
dkCollection |
listPrivileges()
Gets a list of privileges defined to the privilege group |
void |
removePrivilege(java.lang.String name)
Removes the given privilege from the group (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 privilege group |
void |
setName(java.lang.String name)
sets the name for this privilege group |
Method Detail |
public void setDatastore(dkDatastore ds)
ds
- datastorepublic dkDatastore getDatastore()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- privilege group namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- privilege group descriptionpublic dkCollection listPrivileges() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public java.lang.String[] listPrivilegeNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public void addPrivilege(dkPrivilege privObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
privObj
- privilege object to be added to the grouppublic void removePrivilege(java.lang.String name) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
name
- the privilege name 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 |