Class ActiveDirectoryUserDetail

java.lang.Object
org.springframework.security.core.userdetails.User
hudson.plugins.active_directory.ActiveDirectoryUserDetail
All Implemented Interfaces:
Serializable, org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails

public class ActiveDirectoryUserDetail extends org.springframework.security.core.userdetails.User
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getMail

      public String getMail()
    • getTelephoneNumber

      public String getTelephoneNumber()
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.security.core.userdetails.User
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.security.core.userdetails.User
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.security.core.userdetails.User
    • getSerialVersionUID

      public static long getSerialVersionUID()
    • getJenkinsUser

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

      public org.springframework.security.core.userdetails.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