|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractAuthorizationMgmt
This class defines methods to access user information
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
dkAbstractAuthorizationMgmt()
Constructs a new dkAbstractAuthorizationMgmt class without owner datastore object. |
|
dkAbstractAuthorizationMgmt(dkDatastore ds)
Constructs a new dkAbstractAuthorizationMgmt class with owner datastore object |
Method Summary | |
void |
add(dkAccessControlList aclObj)
Adds the given access control list object from persistent datastore |
void |
add(dkPrivilege privObj)
Adds the given privilege object to persistent datastore |
void |
add(dkPrivilegeGroup privGroupObj)
Adds the given privilege group object to persistent datastore |
void |
add(dkPrivilegeSet privSetObj)
Adds the given privilege set object from persistent datastore |
void |
clearCache()
Clear datastore cache |
dkAccessControlList |
createAccessControlList()
Creates an access control list object |
dkPrivilege |
createPrivilege()
Creates a privilege object |
dkPrivilegeGroup |
createPrivilegeGroup()
Creates a privilege group object |
dkPrivilegeSet |
createPrivilegeSet()
Creates a privilege set object |
void |
del(dkAccessControlList aclObj)
Deletes the given access control list object from persistent datastore |
void |
del(dkPrivilege privObj)
Deletes the given privilege object from persistent datastore |
void |
del(dkPrivilegeGroup privGroupObj)
Deletes the given privilege group object from persistent datastore |
void |
del(dkPrivilegeSet privSetObj)
Deletes the given privilege set object from persistent datastore |
void |
deleteAccessControlList(java.lang.String aclName)
Deletes the given access control list object from persistent datastore |
void |
deletePrivilege(java.lang.String privName)
Deletes the given privilege object from persistent datastore |
void |
deletePrivilegeGroup(java.lang.String privGroupName)
Deletes the given privilege group object from persistent datastore |
void |
deletePrivilegeSet(java.lang.String privSetName)
Deletes the given privilege set object from persistent datastore |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String[] |
listAccessControlListNames()
Gets a list of access control list names from persistent datastore |
dkCollection |
listAccessControlLists()
Gets a list of access control list from persistent datastore |
java.lang.String[] |
listPrivilegeGroupNames()
Gets a list of privilege group names from persistent datastore |
dkCollection |
listPrivilegeGroups()
Gets a list of privilege group from persistent datastore |
java.lang.String[] |
listPrivilegeNames()
Gets a list of privilege names from persistent datastore |
dkCollection |
listPrivileges()
Gets a list of privileges from persistent datastore |
java.lang.String[] |
listPrivilegeSetNames()
Gets a list of privilege set names from persistent datastore |
dkCollection |
listPrivilegeSets()
Gets a list of privilege sets from persistent datastore |
dkAccessControlList |
retrieveAccessControlList(java.lang.String aclName)
Retrieves the given access control list object from persistent datastore |
dkPrivilege |
retrievePrivilege(java.lang.String privName)
Retrieves the given privilege object from persistent datastore |
dkPrivilegeGroup |
retrievePrivilegeGroup(java.lang.String privGroupName)
Retrieves the given privilege group object from persistent datastore |
dkPrivilegeSet |
retrievePrivilegeSet(java.lang.String privSetName)
Retrieves the given privilege set object from persistent datastore |
dkPrivilegeSet |
retrieveUserGroupPrivilegeSet(java.lang.String userGroup)
Retrieves the privilege set object from persistent datastore based on the specified user group. |
dkPrivilegeSet |
retrieveUserPrivilegeSet(java.lang.String userName)
Retrieves the privilege set object from persistent datastore based on the specified user name. |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
update(dkAccessControlList aclObj)
Updates the given access control list object in persistent datastore |
void |
update(dkPrivilege privObj)
Updates the given privilege object in persistent datastore |
void |
update(dkPrivilegeGroup privGroupObj)
Updates the given privilege group object in persistent datastore |
void |
update(dkPrivilegeSet privSetObj)
Updates the given privilege set object in persistent datastore |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkAbstractAuthorizationMgmt()
public dkAbstractAuthorizationMgmt(dkDatastore ds)
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkAuthorizationMgmt
public dkDatastore getDatastore()
getDatastore
in interface dkAuthorizationMgmt
public dkCollection listPrivilegeSets() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivilegeSets
in interface dkAuthorizationMgmt
DKException
- if error occurspublic java.lang.String[] listPrivilegeSetNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivilegeSetNames
in interface dkAuthorizationMgmt
DKException
- if error occurspublic dkPrivilegeSet createPrivilegeSet() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
createPrivilegeSet
in interface dkAuthorizationMgmt
DKException
- if errorpublic void add(dkPrivilegeSet privSetObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
add
in interface dkAuthorizationMgmt
privSetObj
- privilege set object to be added.DKException
- if errorpublic void del(dkPrivilegeSet privSetObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAuthorizationMgmt
privSetObj
- privilege set object to be deleted.DKException
- if errorpublic void deletePrivilegeSet(java.lang.String privSetName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
deletePrivilegeSet
in interface dkAuthorizationMgmt
privSetName
- privilege set name to be retrieved.DKException
- if errorpublic void update(dkPrivilegeSet privSetObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
update
in interface dkAuthorizationMgmt
privSetObj
- privilege set object to be updated.DKException
- if errorpublic dkPrivilegeSet retrievePrivilegeSet(java.lang.String privSetName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrievePrivilegeSet
in interface dkAuthorizationMgmt
privSetName
- privilege set name to be retrieved.DKException
- if errorpublic dkPrivilegeSet retrieveUserPrivilegeSet(java.lang.String userName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrieveUserPrivilegeSet
in interface dkAuthorizationMgmt
userName
- user name to retrieve the privilege set for.DKException
- if errorpublic dkPrivilegeSet retrieveUserGroupPrivilegeSet(java.lang.String userGroup) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrieveUserGroupPrivilegeSet
in interface dkAuthorizationMgmt
userGroup
- user group to retrieve the privilege set for.DKException
- if errorpublic dkCollection listPrivileges() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivileges
in interface dkAuthorizationMgmt
DKException
- if error occurspublic java.lang.String[] listPrivilegeNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivilegeNames
in interface dkAuthorizationMgmt
DKException
- if error occurspublic dkPrivilege createPrivilege() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
createPrivilege
in interface dkAuthorizationMgmt
DKException
- if errorpublic void add(dkPrivilege privObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
add
in interface dkAuthorizationMgmt
privObj
- privilege object to be added.DKException
- if errorpublic void del(dkPrivilege privObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAuthorizationMgmt
privObj
- privilege object to be deleted.DKException
- if errorpublic void deletePrivilege(java.lang.String privName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
deletePrivilege
in interface dkAuthorizationMgmt
privName
- privilege name to be retrieved.DKException
- if errorpublic void update(dkPrivilege privObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
update
in interface dkAuthorizationMgmt
privObj
- privilege object to be updated.DKException
- if errorpublic dkPrivilege retrievePrivilege(java.lang.String privName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrievePrivilege
in interface dkAuthorizationMgmt
privName
- privilege name to be retrieved.DKException
- if errorpublic dkCollection listPrivilegeGroups() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivilegeGroups
in interface dkAuthorizationMgmt
DKException
- if error occurspublic java.lang.String[] listPrivilegeGroupNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listPrivilegeGroupNames
in interface dkAuthorizationMgmt
DKException
- if error occurspublic dkPrivilegeGroup createPrivilegeGroup() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
createPrivilegeGroup
in interface dkAuthorizationMgmt
DKException
- if errorpublic void add(dkPrivilegeGroup privGroupObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
add
in interface dkAuthorizationMgmt
privGroupObj
- privilege group object to be added.DKException
- if errorpublic void del(dkPrivilegeGroup privGroupObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAuthorizationMgmt
privGroupObj
- privilege group object to be deleted.DKException
- if errorpublic void deletePrivilegeGroup(java.lang.String privGroupName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
deletePrivilegeGroup
in interface dkAuthorizationMgmt
privGroupName
- privilege group name to be retrieved.DKException
- if errorpublic void update(dkPrivilegeGroup privGroupObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
update
in interface dkAuthorizationMgmt
privGroupObj
- privilege group object to be updated.DKException
- if errorpublic dkPrivilegeGroup retrievePrivilegeGroup(java.lang.String privGroupName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrievePrivilegeGroup
in interface dkAuthorizationMgmt
privGroupName
- privilege group name to be retrieved.DKException
- if errorpublic dkCollection listAccessControlLists() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listAccessControlLists
in interface dkAuthorizationMgmt
DKException
- if error occurspublic java.lang.String[] listAccessControlListNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
listAccessControlListNames
in interface dkAuthorizationMgmt
DKException
- if error occurspublic dkAccessControlList createAccessControlList() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
createAccessControlList
in interface dkAuthorizationMgmt
DKException
- if errorpublic void add(dkAccessControlList aclObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
add
in interface dkAuthorizationMgmt
aclObj
- access control list object to be added.DKException
- if errorpublic void del(dkAccessControlList aclObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
del
in interface dkAuthorizationMgmt
aclObj
- access control list object to be deleted.DKException
- if errorpublic void deleteAccessControlList(java.lang.String aclName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
deleteAccessControlList
in interface dkAuthorizationMgmt
aclName
- access control list name to be retrieved.DKException
- if errorpublic void update(dkAccessControlList aclObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
update
in interface dkAuthorizationMgmt
aclObj
- access control list object to be updated.DKException
- if errorpublic dkAccessControlList retrieveAccessControlList(java.lang.String aclName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
retrieveAccessControlList
in interface dkAuthorizationMgmt
aclName
- access control list name to be retrieved.DKException
- if errorpublic void clearCache() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
clearCache
in interface dkAuthorizationMgmt
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |