edu.mit.stellar.authentication
Class Stellar2UserDetails

java.lang.Object
  extended by edu.mit.stellar.authentication.Stellar2UserDetails
All Implemented Interfaces:
java.io.Serializable, org.acegisecurity.userdetails.UserDetails

public class Stellar2UserDetails
extends java.lang.Object
implements org.acegisecurity.userdetails.UserDetails

Author:
ccount
See Also:
Serialized Form

Constructor Summary
protected Stellar2UserDetails(java.lang.String username)
           
 
Method Summary
 org.acegisecurity.GrantedAuthority[] getAuthorities()
           
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 boolean isAccountNonExpired()
           
 boolean isAccountNonLocked()
           
 boolean isCredentialsNonExpired()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stellar2UserDetails

protected Stellar2UserDetails(java.lang.String username)
Parameters:
username -
Method Detail

getAuthorities

public org.acegisecurity.GrantedAuthority[] getAuthorities()
Specified by:
getAuthorities in interface org.acegisecurity.userdetails.UserDetails

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface org.acegisecurity.userdetails.UserDetails

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface org.acegisecurity.userdetails.UserDetails

isAccountNonExpired

public boolean isAccountNonExpired()
Specified by:
isAccountNonExpired in interface org.acegisecurity.userdetails.UserDetails

isAccountNonLocked

public boolean isAccountNonLocked()
Specified by:
isAccountNonLocked in interface org.acegisecurity.userdetails.UserDetails

isCredentialsNonExpired

public boolean isCredentialsNonExpired()
Specified by:
isCredentialsNonExpired in interface org.acegisecurity.userdetails.UserDetails

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface org.acegisecurity.userdetails.UserDetails


Copyright ? 2001-2009 MIT. All Rights Reserved.