Package org.onebusaway.users.model
Interface IndexedUserDetails
-
- All Superinterfaces:
Serializable,org.springframework.security.core.userdetails.UserDetails
- All Known Implementing Classes:
IndexedUserDetailsImpl
public interface IndexedUserDetails extends org.springframework.security.core.userdetails.UserDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIndexKeygetUserIndexKey()booleanisAdmin()booleanisAnonymous()booleanisReporting()
-
-
-
Method Detail
-
getUserIndexKey
UserIndexKey getUserIndexKey()
-
isAnonymous
boolean isAnonymous()
-
isAdmin
boolean isAdmin()
-
isReporting
boolean isReporting()
-
-