public class ActiveDirectoryUserDetail
extends org.springframework.security.core.userdetails.User
| Constructor and Description |
|---|
ActiveDirectoryUserDetail(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
org.springframework.security.core.GrantedAuthority[] authorities,
String displayName,
String mail,
String telephoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
hudson.model.User |
getJenkinsUser()
Gets the corresponding
User object. |
String |
getMail() |
static long |
getSerialVersionUID() |
String |
getTelephoneNumber() |
org.springframework.security.core.userdetails.UserDetails |
updateUserInfo()
Use the information to update the
User object. |
public ActiveDirectoryUserDetail(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, org.springframework.security.core.GrantedAuthority[] authorities, String displayName, String mail, String telephoneNumber) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getDisplayName()
public String getMail()
public String getTelephoneNumber()
public static long getSerialVersionUID()
public hudson.model.User getJenkinsUser()
User object.public org.springframework.security.core.userdetails.UserDetails updateUserInfo()
User object.Copyright © 2004-2014 Hudson. All Rights Reserved.