org.kuali.student.common.util.security
Class UserWithId

java.lang.Object
  extended by org.springframework.security.core.userdetails.User
      extended by org.kuali.student.common.util.security.UserWithId
All Implemented Interfaces:
Serializable, CredentialsContainer, 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, List<GrantedAuthority> authorities)
           
 
Method Summary
 String getUserId()
           
 void setUserId(String userId)
           
 
Methods inherited from class org.springframework.security.core.userdetails.User
equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserWithId

public UserWithId(String username,
                  String password,
                  boolean enabled,
                  boolean accountNonExpired,
                  boolean credentialsNonExpired,
                  boolean accountNonLocked,
                  List<GrantedAuthority> authorities)
           throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.