Uses of Class
org.diabetestechnology.drh.service.http.OauthUsersService
Packages that use OauthUsersService
Package
Description
- 
Uses of OauthUsersService in org.diabetestechnology.drh.service.httpConstructors in org.diabetestechnology.drh.service.http with parameters of type OauthUsersService
- 
Uses of OauthUsersService in org.diabetestechnology.drh.service.http.hub.prime.serviceConstructors in org.diabetestechnology.drh.service.http.hub.prime.service with parameters of type OauthUsersServiceModifierConstructorDescriptionUserNameService(OauthUsersService oauthUsersService, PartyService partyService, AuthUserDetailsService authUserDetailsService) 
- 
Uses of OauthUsersService in org.diabetestechnology.drh.service.http.pg.serviceConstructors in org.diabetestechnology.drh.service.http.pg.service with parameters of type OauthUsersServiceModifierConstructorDescriptionUserRoleService(org.jooq.DSLContext dsl, UserNameService userNameService, PartyService partyService, OauthUsersService oauthUsersService, Presentation presentation, DbActivityService activityLogService)