Uses of Class
org.onebusaway.users.model.UserIndex
-
Packages that use UserIndex Package Description org.onebusaway.users.impl org.onebusaway.users.model org.onebusaway.users.services -
-
Uses of UserIndex in org.onebusaway.users.impl
Methods in org.onebusaway.users.impl that return UserIndex Modifier and Type Method Description UserIndexUserServiceImpl. addUserIndexToUser(User user, UserIndexKey key, String credentials)UserIndexUserServiceImpl. completePhoneNumberRegistration(UserIndex userIndex, String registrationCode)UserIndexCurrentUserServiceImpl. getCurrentUserAsUserIndex()UserIndexCurrentUserStrategy. getCurrentUserIndex(boolean createUserIfAppropriate)UserIndexCurrentUserStrategyImpl. getCurrentUserIndex(boolean createUserIfAppropriate)UserIndexUserServiceImpl. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)UserIndexUserServiceImpl. getOrCreateUserForUsernameAndPassword(String username, String password)UserIndexUserServiceImpl. getUserIndexForId(UserIndexKey key)UserIndexUserServiceImpl. getUserIndexForUsername(String username)Methods in org.onebusaway.users.impl with parameters of type UserIndex Modifier and Type Method Description UserIndexUserServiceImpl. completePhoneNumberRegistration(UserIndex userIndex, String registrationCode)voidUserServiceImpl. setCredentialsForUserIndex(UserIndex userIndex, String credentials)voidCurrentUserStrategy. setCurrentUser(UserIndex userIndex)voidCurrentUserStrategyImpl. setCurrentUser(UserIndex userIndex)voidUserServiceImpl. setPasswordForUsernameUserIndex(UserIndex userIndex, String password)Constructors in org.onebusaway.users.impl with parameters of type UserIndex Constructor Description IndexedUserDetailsImpl(StandardAuthoritiesService authoritiesService, UserIndex userIndex) -
Uses of UserIndex in org.onebusaway.users.model
Methods in org.onebusaway.users.model that return types with arguments of type UserIndex Modifier and Type Method Description Set<UserIndex>User. getUserIndices()Method parameters in org.onebusaway.users.model with type arguments of type UserIndex Modifier and Type Method Description voidUser. setUserIndices(Set<UserIndex> userIndices) -
Uses of UserIndex in org.onebusaway.users.services
Methods in org.onebusaway.users.services that return UserIndex Modifier and Type Method Description UserIndexUserService. addUserIndexToUser(User user, UserIndexKey key, String credentials)Add aUserIndexwith the specified id and credentials to an existing user, returning the new index.UserIndexUserService. completePhoneNumberRegistration(UserIndex userIndex, String registrationCode)Complete phone number registration.UserIndexCurrentUserService. getCurrentUserAsUserIndex()UserIndexUserService. getOrCreateUserForIndexKey(UserIndexKey key, String credentials, boolean isAnonymous)UserIndexUserService. getOrCreateUserForUsernameAndPassword(String username, String password)UserIndexUserDao. getUserIndexForId(UserIndexKey key)UserIndexUserService. getUserIndexForId(UserIndexKey key)UserIndexUserService. getUserIndexForUsername(String username)* @return the user index from the username stringMethods in org.onebusaway.users.services with parameters of type UserIndex Modifier and Type Method Description UserIndexUserService. completePhoneNumberRegistration(UserIndex userIndex, String registrationCode)Complete phone number registration.voidUserDao. deleteUserIndex(UserIndex index)voidUserDao. saveOrUpdateUserIndex(UserIndex userIndex)voidUserService. setCredentialsForUserIndex(UserIndex userIndex, String credentials)Update the credentials for the specified user indexvoidUserService. setPasswordForUsernameUserIndex(UserIndex userIndex, String password)Update the password for theUserIndexTypes.USERNAMEuser index
-