hudson.plugins.active_directory
Class ActiveDirectoryUserDetail
java.lang.Object
org.acegisecurity.userdetails.User
hudson.plugins.active_directory.ActiveDirectoryUserDetail
- All Implemented Interfaces:
- Serializable, org.acegisecurity.userdetails.UserDetails
public class ActiveDirectoryUserDetail
- extends org.acegisecurity.userdetails.User
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
|
Constructor Summary |
ActiveDirectoryUserDetail(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
org.acegisecurity.GrantedAuthority[] authorities,
String displayName,
String mail,
String telephoneNumber)
|
| Methods inherited from class org.acegisecurity.userdetails.User |
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString |
ActiveDirectoryUserDetail
public ActiveDirectoryUserDetail(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
org.acegisecurity.GrantedAuthority[] authorities,
String displayName,
String mail,
String telephoneNumber)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getDisplayName
public String getDisplayName()
getMail
public String getMail()
getTelephoneNumber
public String getTelephoneNumber()
getSerialVersionUID
public static long getSerialVersionUID()
getJenkinsUser
public hudson.model.User getJenkinsUser()
- Gets the corresponding
User object.
updateUserInfo
public org.acegisecurity.userdetails.UserDetails updateUserInfo()
- Use the information to update the
User object.
- Returns:
- this
Copyright © 2004-2011. All Rights Reserved.