|
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.dkAbstractAdminDomainDef | +--com.ibm.mm.sdk.common.DKAdminDomainDefFed
The DKAdminDomainDefFed class is the implementation of the abstract class dkAdminDomainDef. It represents an administrative domain object.
dkAdminDomainDef
, Serialized FormFields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAdminDomainDefFed()
Default constructor Constructs an administrative domain object. |
|
DKAdminDomainDefFed(dkDatastore ds)
Constructs an administrative domain object and initializes it with the datastore. |
Method Summary | |
java.lang.String[] |
getACLNames()
Gets a list of ACL names in this admin domain |
java.lang.String[] |
getPrivSetNames()
Gets a list of privilege set names in this admin domain |
java.lang.String[] |
getUserGroupNames()
Gets a list of user group names in this admin domain |
java.lang.String[] |
getUserNames()
Gets a list of user names in this admin domain |
void |
setACLNames(java.lang.String[] s)
Sets a list of ACL names to this admin domain |
void |
setPrivSetNames(java.lang.String[] s)
Sets a list of privilege set names to this admin domain |
void |
setUserGroupNames(java.lang.String[] s)
Sets a list of user group names to this admin domain |
void |
setUserNames(java.lang.String[] s)
Sets a list of user names to this admin domain |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAdminDomainDef |
getDatastore, getDescription, getID, getName, getNLSLanguage, getResourceMgrNames, getSMSCollectionNames, setDatastore, setDescription, setID, setName, setNLSLanguage, setResourceMgrNames, setSMSCollectionNames |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAdminDomainDefFed()
public DKAdminDomainDefFed(dkDatastore ds)
ds
- dkDatastore referenceMethod Detail |
public java.lang.String[] getUserNames() throws DKException, java.lang.Exception
getUserNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverpublic void setUserNames(java.lang.String[] s) throws DKException, java.lang.Exception
setUserNames
in class dkAbstractAdminDomainDef
list
- of user namesDKException
- when error occurs in the serverpublic java.lang.String[] getUserGroupNames() throws DKNotExistException, DKException, java.lang.Exception
getUserGroupNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverpublic void setUserGroupNames(java.lang.String[] s) throws DKException, java.lang.Exception
setUserGroupNames
in class dkAbstractAdminDomainDef
list
- of user group namesDKException
- when error occurs in the serverpublic java.lang.String[] getPrivSetNames() throws DKException, java.lang.Exception
getPrivSetNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverpublic void setPrivSetNames(java.lang.String[] s) throws DKException, java.lang.Exception
setPrivSetNames
in class dkAbstractAdminDomainDef
list
- of privilege set namesDKException
- when error occurs in the serverpublic java.lang.String[] getACLNames() throws DKException, java.lang.Exception
getACLNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverpublic void setACLNames(java.lang.String[] s) throws DKException, java.lang.Exception
setACLNames
in class dkAbstractAdminDomainDef
list
- of ACL namesDKException
- when error occurs in the server
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |