Class ActiveDirectoryUserDetail

    • Method Detail

      • getDisplayName

        public String getDisplayName()
      • getMail

        public String getMail()
      • getTelephoneNumber

        public String getTelephoneNumber()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class User
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class User
      • getSerialVersionUID

        public static long getSerialVersionUID()
      • getJenkinsUser

        public User getJenkinsUser()
        Gets the corresponding User object.
      • updateUserInfo

        public UserDetails updateUserInfo()
        Use the information to update the User object.
        Returns:
        this
      • updatePasswordInJenkinsInternalDatabase

        protected void updatePasswordInJenkinsInternalDatabase​(String username,
                                                               String password)
        Update the the password for the specified User in the Jenkins Internal User Database