|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.configuration.protocol.confserver.requests.security.RequestChangePassword
Changes password for specified user. Unlike RequestUpdateObject, circumvents permission check on ability to change Person object.
Field Summary | |
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
static RequestChangePassword |
create()
Creates instance of RequestChangePassword with no parameters set. |
static RequestChangePassword |
create(java.lang.String userName,
java.lang.String userPassword,
java.lang.String newUserPassword)
Creates instance of RequestChangePassword with all parameters set. |
abstract java.lang.String |
getNewUserPassword()
New User Password - required only for the applications that are not treated as daemon applications (servers) by Configuration Server |
abstract java.lang.Integer |
getReferenceId()
Reference id to connect responce to request. |
abstract java.lang.String |
getUserName()
The name of a user in the Genesys Configuration Layer. |
abstract java.lang.String |
getUserPassword()
The password of a user in the Genesys Configuration Layer. |
abstract void |
setNewUserPassword(java.lang.String newUserPassword)
New User Password - required only for the applications that are not treated as daemon applications (servers) by Configuration Server |
abstract void |
setReferenceId(int referenceId)
Reference id to connect responce to request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference id to connect responce to request. |
abstract void |
setUserName(java.lang.String userName)
The name of a user in the Genesys Configuration Layer. |
abstract void |
setUserPassword(java.lang.String userPassword)
The password of a user in the Genesys Configuration Layer. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ID
public static final java.lang.String NAME
Method Detail |
public static RequestChangePassword create()
public static RequestChangePassword create(java.lang.String userName, java.lang.String userPassword, java.lang.String newUserPassword)
userName
- User Name - required only for the applications that are not treated as daemon applications (servers) by Configuration ServeruserPassword
- User Password - required only for the applications that are not treated as daemon applications (servers) by Configuration ServernewUserPassword
- New User Password - required only for the applications that are not treated as daemon applications (servers) by Configuration Server
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
referenceId
- new value of the propertypublic abstract void setReferenceId(int referenceId)
referenceId
- new value of the propertypublic abstract java.lang.String getUserName()
public abstract void setUserName(java.lang.String userName)
public abstract java.lang.String getUserPassword()
public abstract void setUserPassword(java.lang.String userPassword)
public abstract java.lang.String getNewUserPassword()
public abstract void setNewUserPassword(java.lang.String newUserPassword)
newUserPassword
- new value of the property
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |