|
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.dkAbstractUserDef
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 | |
dkAbstractUserDef()
Constructs a new dkAbstractUserDef class without owner datastore object. |
|
dkAbstractUserDef(dkDatastore ds)
Constructs a new dkAbstractUserDef class with owner datastore object |
Method Summary | |
void |
changePassword(java.lang.String oldPwd,
java.lang.String newPwd)
Changes the password of a given user |
java.lang.String |
datastoreType()
Gets the type for this datastore object |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
Get the description of this user |
java.lang.String |
getFullName()
Gets user full name |
java.lang.String |
getName()
Gets User name |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setDescription(java.lang.String desc)
Sets description of this user |
void |
setFullName(java.lang.String fullName)
Sets user full name |
void |
setName(java.lang.String name)
Sets User name |
void |
setPassword(java.lang.String authentication)
Sets user password |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkAbstractUserDef()
public dkAbstractUserDef(dkDatastore ds)
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkUserDef
com.ibm.mm.sdk.common.dkUserDef
ds
- datastorepublic dkDatastore getDatastore()
getDatastore
in interface dkUserDef
public java.lang.String datastoreType() throws java.lang.Exception
datastoreType
in interface dkUserDef
DKException
- if error occurspublic java.lang.String getName()
getName
in interface dkUserDef
public void setName(java.lang.String name)
setName
in interface dkUserDef
name
- new name to be set to this User objectpublic java.lang.String getDescription()
getDescription
in interface dkUserDef
public void setDescription(java.lang.String desc)
setDescription
in interface dkUserDef
desc
- description about this userpublic java.lang.String getFullName()
getFullName
in interface dkUserDef
public void setFullName(java.lang.String fullName)
setFullName
in interface dkUserDef
fullName
- full name of this user objectpublic void setPassword(java.lang.String authentication)
setPassword
in interface dkUserDef
authentication
- password of this user objectpublic void changePassword(java.lang.String oldPwd, java.lang.String newPwd) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
changePassword
in interface dkUserDef
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |