Uses of Interface
org.onebusaway.users.model.IndexedUserDetails
-
Packages that use IndexedUserDetails Package Description org.onebusaway.users.impl org.onebusaway.users.services -
-
Uses of IndexedUserDetails in org.onebusaway.users.impl
Classes in org.onebusaway.users.impl that implement IndexedUserDetails Modifier and Type Class Description classIndexedUserDetailsImplMethods in org.onebusaway.users.impl that return IndexedUserDetails Modifier and Type Method Description IndexedUserDetailsAutoUserCurrentUserStrategyImpl. getCurrentUserDetails(boolean createUserIfAppropriate)IndexedUserDetailsCurrentUserServiceImpl. getCurrentUserDetails()IndexedUserDetailsCurrentUserStrategy. getCurrentUserDetails(boolean createUserIfAppropriate)IndexedUserDetailsCurrentUserStrategyImpl. getCurrentUserDetails(boolean createUserIfAppropriate)IndexedUserDetailsUserDetailsServiceImpl. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)protected IndexedUserDetailsCurrentUserStrategyImpl. getUserDetailsForAuthentication(org.springframework.security.core.Authentication authentication)IndexedUserDetailsUserDetailsServiceImpl. getUserForIndexKey(UserIndexKey key)IndexedUserDetailsServiceInterfaceIndexedUserDetailsCurrentUserServiceImpl. handleAddAccount(String type, String id, String credentials, boolean isAnonymous)IndexedUserDetailsCurrentUserServiceImpl. handleLogin(String type, String id, String credentials, boolean isAnonymous, boolean registerIfNewUser)IndexedUserDetailsCurrentUserServiceImpl. handleRegistration(String type, String id, String credentials, boolean isAnonymous)IndexedUserDetailsCurrentUserServiceImpl. handleUserAction(String type, String id, String credentials, boolean isAnonymous, String mode) -
Uses of IndexedUserDetails in org.onebusaway.users.services
Methods in org.onebusaway.users.services that return IndexedUserDetails Modifier and Type Method Description IndexedUserDetailsCurrentUserService. getCurrentUserDetails()IndexedUserDetailsIndexedUserDetailsService. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)IndexedUserDetailsIndexedUserDetailsService. getUserForIndexKey(UserIndexKey key)IndexedUserDetailsCurrentUserService. handleAddAccount(String type, String id, String credentials, boolean isAnonymous)Handle the addition of a user index with the specified index type+id+credentials to the currently logged in user.IndexedUserDetailsCurrentUserService. handleLogin(String type, String id, String credentials, boolean isAnonymous, boolean registerIfNewUser)Handle login action for a user with the specified user index type+id+credentials.IndexedUserDetailsCurrentUserService. handleRegistration(String type, String id, String credentials, boolean isAnonymous)Handle registration/user-creation action for a user with the specified user index type+id+credentials.IndexedUserDetailsCurrentUserService. handleUserAction(String type, String id, String credentials, boolean isAnonymous, String mode)A generic method that dispatches based on the "mode" parameter.
-