edu.mit.stellar.authentication
Class Stellar2UserDetails
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stellar2UserDetails
protected Stellar2UserDetails(java.lang.String username)
- Parameters:
username
-
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.