Class PasswordInputData


  • public class PasswordInputData
    extends Object
    Parameter container for the z/OSMF authentication service changes user password or passphrase

    z/OSMF REST API

    Version:
    5.0
    Author:
    Esteban Sandoval
    • Constructor Detail

      • PasswordInputData

        public PasswordInputData​(String userId,
                                 String oldPwd,
                                 String newPwd)
        PasswordInputData constructor
        Parameters:
        userId - user ID value
        oldPwd - old password value
        newPwd - new password value
    • Method Detail

      • getUserId

        public String getUserId()
        Retrieve userID specified
        Returns:
        userID value
      • getOldPwd

        public String getOldPwd()
        Retrieve oldPwd specified
        Returns:
        oldPwd value
      • getNewPwd

        public String getNewPwd()
        Retrieve newPwd specified
        Returns:
        newPwd value
      • toString

        public String toString()
        Return string value representing PasswordInputData object
        Overrides:
        toString in class Object
        Returns:
        string representation of PasswordInputData