Package org.openiam.provision.request
Class PasswordRequest
- java.lang.Object
-
- org.openiam.provision.request.RequestType<ExtensibleUser>
-
- org.openiam.provision.request.PasswordRequest
-
public class PasswordRequest extends RequestType<ExtensibleUser>
Java class for PasswordRequest complex type.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
currentPassword
protected String
password
-
Fields inherited from class org.openiam.provision.request.RequestType
baseDN, containerID, executionMode, extensibleObject, hostLoginId, hostLoginPassword, hostPort, hostUrl, objectIdentity, operation, requestID, targetID
-
-
Constructor Summary
Constructors Constructor Description PasswordRequest()
PasswordRequest(String currentPassword, String password, String userIdentity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentPassword()
Gets the value of the currentPassword property.String
getPassword()
Gets the value of the password property.void
setCurrentPassword(String value)
Sets the value of the currentPassword property.void
setPassword(String value)
Sets the value of the password property.-
Methods inherited from class org.openiam.provision.request.RequestType
getBaseDN, getContainerID, getExecutionMode, getExtensibleObject, getHostLoginId, getHostLoginPassword, getHostPort, getHostUrl, getObjectIdentity, getOperation, getRequestID, getScriptHandler, getTargetID, setBaseDN, setContainerID, setExecutionMode, setExtensibleObject, setHostLoginId, setHostLoginPassword, setHostPort, setHostUrl, setObjectIdentity, setOperation, setRequestID, setScriptHandler, setTargetID
-
-
-
-
Method Detail
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
public void setPassword(String value)
Sets the value of the password property.- Parameters:
value
- allowed object isString
-
getCurrentPassword
public String getCurrentPassword()
Gets the value of the currentPassword property.- Returns:
- possible object is
String
-
-