org.kuali.student.common.util.security
Class UserWithId
java.lang.Object
org.springframework.security.core.userdetails.User
org.kuali.student.common.util.security.UserWithId
- All Implemented Interfaces:
- Serializable, CredentialsContainer, UserDetails
public class UserWithId
- extends User
- See Also:
- Serialized Form
Methods inherited from class org.springframework.security.core.userdetails.User |
equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString |
UserWithId
public UserWithId(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
List<GrantedAuthority> authorities)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.