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

java.lang.Object
  extended by org.springframework.security.userdetails.User
      extended by org.kuali.student.common.util.security.UserWithId
All Implemented Interfaces:
Serializable, UserDetails

public class UserWithId
extends User

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
private  String userId
           
 
Constructor Summary
UserWithId(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, GrantedAuthority[] authorities)
           
 
Method Summary
 String getUserId()
           
 void setUserId(String userId)
           
 
Methods inherited from class org.springframework.security.userdetails.User
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

userId

private String userId
Constructor Detail

UserWithId

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

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)


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