Package zowe.client.sdk.zosmfauth.input
Class PasswordInputData
- java.lang.Object
-
- zowe.client.sdk.zosmfauth.input.PasswordInputData
-
public class PasswordInputData extends Object
Parameter container for the z/OSMF authentication service changes user password or passphrase- Version:
- 5.0
- Author:
- Esteban Sandoval
-
-
Constructor Summary
Constructors Constructor Description PasswordInputData(String userId, String oldPwd, String newPwd)
PasswordInputData constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNewPwd()
Retrieve newPwd specifiedString
getOldPwd()
Retrieve oldPwd specifiedString
getUserId()
Retrieve userID specifiedString
toString()
Return string value representing PasswordInputData object
-