public class UserWithId extends User
Constructor and Description |
---|
UserWithId(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
List<GrantedAuthority> authorities) |
Modifier and Type | Method and Description |
---|---|
String |
getUserId() |
void |
setUserId(String userId) |
equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
public UserWithId(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, List<GrantedAuthority> authorities) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.