Uses of Interface
org.onebusaway.users.services.UserService
-
Packages that use UserService Package Description org.onebusaway.users.impl org.onebusaway.users.impl.authentication -
-
Uses of UserService in org.onebusaway.users.impl
Classes in org.onebusaway.users.impl that implement UserService Modifier and Type Class Description classUserServiceImplMethods in org.onebusaway.users.impl with parameters of type UserService Modifier and Type Method Description voidApiKeyPermissionServiceImpl. setUserService(UserService userService)voidCreateApiKeyAction. setUserService(UserService userService)voidCreateUserAction. setUserService(UserService userService)voidCurrentUserServiceImpl. setUserService(UserService service)voidCurrentUserStrategyImpl. setUserService(UserService userService)voidUserDetailsServiceImpl. setUserService(UserService userService) -
Uses of UserService in org.onebusaway.users.impl.authentication
Methods in org.onebusaway.users.impl.authentication with parameters of type UserService Modifier and Type Method Description voidIndexedUserAuthenticationProcessorFilter. setUserService(UserService userService)voidSaltedDaoAuthenticationProvider. setUserService(UserService userService)
-