|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.userdetails.User
org.onebusaway.users.impl.IndexedUserDetailsImpl
public class IndexedUserDetailsImpl
Constructor Summary | |
---|---|
IndexedUserDetailsImpl(StandardAuthoritiesService authoritiesService,
UserIndex userIndex)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
UserIndexKey |
getUserIndexKey()
|
int |
hashCode()
|
boolean |
isAdmin()
|
boolean |
isAnonymous()
|
Methods inherited from class org.springframework.security.userdetails.User |
---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.security.userdetails.UserDetails |
---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
Constructor Detail |
---|
public IndexedUserDetailsImpl(StandardAuthoritiesService authoritiesService, UserIndex userIndex)
Method Detail |
---|
public UserIndexKey getUserIndexKey()
getUserIndexKey
in interface IndexedUserDetails
public boolean isAnonymous()
isAnonymous
in interface IndexedUserDetails
public boolean isAdmin()
isAdmin
in interface IndexedUserDetails
public int hashCode()
hashCode
in class org.springframework.security.userdetails.User
public boolean equals(Object obj)
equals
in class org.springframework.security.userdetails.User
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |