Class UserCredentialsDto


  • public class UserCredentialsDto
    extends Object
    UserCredentialsDto
    • Constructor Detail

      • UserCredentialsDto

        public UserCredentialsDto()
    • Method Detail

      • getPassword

        public String getPassword()
        The users new password.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
      • getAuthenticatedUserPassword

        public String getAuthenticatedUserPassword()
        The password of the authenticated user who changes the password of the user (i.e., the user with passed id as path parameter).
        Returns:
        authenticatedUserPassword
      • setAuthenticatedUserPassword

        public void setAuthenticatedUserPassword​(String authenticatedUserPassword)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object