|
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.DKAdminDomainDefICM
The DKAdminDomainDefICM class is the implementation of the abstract class dkAdminDomainDef. Use this class to represent an administration domain in your program. This class provides facilities to manage administration domain related entities such as Users, User Groups, ACLs, Privilege Sets, Resource Managers and SMS Collections.
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAdminDomainDefICM()
Default constructor Constructs an administrative domain object. |
|
DKAdminDomainDefICM(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 administrative domain |
java.lang.String[] |
getPrivSetNames()
Gets a list of privilege set names in this administrative domain |
java.lang.String[] |
getResourceMgrNames()
Gets a list of resource manager names in this administrative domain. |
java.lang.String[] |
getSMSCollectionNames()
Gets a list of SMS collection names in this administrative domain |
java.lang.String[] |
getUserGroupNames()
Gets a list of user group names in this administrative domain. |
java.lang.String[] |
getUserNames()
Gets a list of user names in this administrative domain |
void |
setACLNames(java.lang.String[] s)
Sets a list of ACL names to this administrative domain. |
void |
setPrivSetNames(java.lang.String[] s)
Sets a list of privilege set names to this administrative domain. |
void |
setResourceMgrNames(java.lang.String[] s)
Sets a list of resource manager names to this administrative domain. |
void |
setSMSCollectionNames(java.lang.String[] s)
Sets a list of SMS collection names to this administrative domain. |
void |
setUserGroupNames(java.lang.String[] s)
Sets a list of user group names to this administrative domain. |
void |
setUserNames(java.lang.String[] s)
Sets a list of user names to this administrative domain. |
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractAdminDomainDef |
getDatastore, getDescription, getID, getName, getNLSLanguage, setDatastore, setDescription, setID, setName, setNLSLanguage |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAdminDomainDefICM()
DKAdminDomainDefICM admDomain = new DKAdminDomainDefICM(); admDomain.setDatastore(ds);
public DKAdminDomainDefICM(dkDatastore ds)
ds
- - A reference to a datasore object to which this administration domain object belongs toMethod Detail |
public java.lang.String[] getUserNames() throws DKException, java.lang.Exception
getUserNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setUserNames(java.lang.String[] s) throws DKException, java.lang.Exception
setUserNames
in class dkAbstractAdminDomainDef
s
- list of user names.DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic java.lang.String[] getUserGroupNames() throws DKException, java.lang.Exception
getUserGroupNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setUserGroupNames(java.lang.String[] s) throws DKException, java.lang.Exception
setUserGroupNames
in class dkAbstractAdminDomainDef
s
- list of user group namesDKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic java.lang.String[] getPrivSetNames() throws DKException, java.lang.Exception
getPrivSetNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setPrivSetNames(java.lang.String[] s) throws DKException, java.lang.Exception
setPrivSetNames
in class dkAbstractAdminDomainDef
s
- list of privilege set namesDKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic java.lang.String[] getACLNames() throws DKException, java.lang.Exception
getACLNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setACLNames(java.lang.String[] s) throws DKException, java.lang.Exception
setACLNames
in class dkAbstractAdminDomainDef
s
- list of ACL namesDKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic java.lang.String[] getResourceMgrNames() throws DKException, java.lang.Exception
getResourceMgrNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setResourceMgrNames(java.lang.String[] s) throws DKException, java.lang.Exception
setResourceMgrNames
in class dkAbstractAdminDomainDef
s
- list of resource manager names.DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic java.lang.String[] getSMSCollectionNames() throws DKException, java.lang.Exception
getSMSCollectionNames
in class dkAbstractAdminDomainDef
DKException
- when error occurs in the serverjava.lang.Exception
- when error occurspublic void setSMSCollectionNames(java.lang.String[] s) throws DKException, java.lang.Exception
setSMSCollectionNames
in class dkAbstractAdminDomainDef
s
- list of SMS collection names.DKException
- when error occurs in the serverjava.lang.Exception
- when error occurs
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |