|
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 (memory-only) |
void |
addPrivilegeGroup(dkPrivilegeGroup privGroupObj)
Adds the given privilege group object (memory-only) |
void |
clearCache()
Clear privilege set cache |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
gets the description of this privilege set |
java.lang.String |
getName()
gets the name of this privilege set |
java.lang.String[] |
listPrivilegeNames()
Gets a list of privilege names from persistent datastore |
dkCollection |
listPrivileges()
Gets a list of privileges from persistent datastore |
void |
removePrivilege(java.lang.String privName)
Removes the given privilege object (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 set |
void |
setName(java.lang.String name)
sets the name for this privilege 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
- privilege set namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- privilege set descriptionpublic dkCollection listPrivileges() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic java.lang.String[] listPrivilegeNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
DKException
- if error occurspublic void addPrivilege(dkPrivilege privObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
privObj
- privilege object to be added.DKException
- if errorpublic void removePrivilege(java.lang.String privName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
privName
- privilege object to be remove.DKException
- if errorpublic void addPrivilegeGroup(dkPrivilegeGroup privGroupObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
privGroupObj
- privilege group object to be added.DKException
- if errorpublic 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 |