|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkAccessControl : This class represents and processes datastore access control functions.
Method Summary | |
void |
addAccessControlList(java.lang.String acl_name,
java.lang.String description,
dkCollection access_data)
Deprecated. Adds an access control list |
void |
deleteAccessControlList(java.lang.String acl_name)
Deprecated. Deletes an access control list |
dkDatastore |
getDatastore()
Deprecated. Gets the reference to the owner datastore object |
java.lang.String |
getName()
Deprecated. Gets name of the access control |
dkCollection |
listAccessControlLists()
Deprecated. Lists all the access control lists |
dkCollection |
listGroups()
Deprecated. Lists all the groups |
dkCollection |
listPrivileges()
Deprecated. Lists all the privileges |
java.lang.String |
listPrivilegeString(java.lang.String privilege_name)
Deprecated. Lists the privilege bit string of the specified privilege |
dkCollection |
listUsers()
Deprecated. Lists all the users |
void |
setDatastore(dkDatastore ds)
Deprecated. Sets the reference to the owner datastore object |
void |
setName(java.lang.String access_control_name)
Deprecated. Sets name of the access control |
java.lang.String |
type()
Deprecated. Gets type of the access control |
void |
updateAccessControlList(java.lang.String acl_name,
java.lang.String description,
dkCollection access_data)
Deprecated. Updates an access control list |
Method Detail |
public void setDatastore(dkDatastore ds) throws java.lang.Exception
public dkDatastore getDatastore() throws java.lang.Exception
public java.lang.String type() throws java.lang.Exception
public java.lang.String getName() throws java.lang.Exception
public void setName(java.lang.String access_control_name) throws java.lang.Exception
access_control_name
- access control namepublic void addAccessControlList(java.lang.String acl_name, java.lang.String description, dkCollection access_data) throws DKException, java.lang.Exception
acl_name
- the name of a new access control listdescription
- the desctiption of a new access cntrol listaccess_data
- a collection of access datapublic void updateAccessControlList(java.lang.String acl_name, java.lang.String description, dkCollection access_data) throws DKException, java.lang.Exception
acl_name
- the name of an existing access control listdescription
- the desctiption of an existing access cntrol listaccess_data
- a collection of access datapublic void deleteAccessControlList(java.lang.String acl_name) throws DKException, java.lang.Exception
acl_name
- the name of an existing access control listpublic dkCollection listAccessControlLists() throws DKException, java.lang.Exception
public dkCollection listPrivileges() throws DKException, java.lang.Exception
public dkCollection listUsers() throws DKException, java.lang.Exception
public dkCollection listGroups() throws DKException, java.lang.Exception
public java.lang.String listPrivilegeString(java.lang.String privilege_name) throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |