org.kuali.student.common.util.security
Class UserWithId
java.lang.Object
org.springframework.security.userdetails.User
org.kuali.student.common.util.security.UserWithId
- All Implemented Interfaces:
- Serializable, UserDetails
public class UserWithId
- extends User
- See Also:
- Serialized Form
Constructor Summary |
UserWithId(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
GrantedAuthority[] authorities)
|
Methods inherited from class org.springframework.security.userdetails.User |
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
userId
private String userId
UserWithId
public UserWithId(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
GrantedAuthority[] authorities)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.