Uses of Record Class
org.diabetestechnology.drh.service.http.OauthUsersService.Resource
Packages that use OauthUsersService.Resource
-
Uses of OauthUsersService.Resource in org.diabetestechnology.drh.service.http
Methods in org.diabetestechnology.drh.service.http that return types with arguments of type OauthUsersService.ResourceModifier and TypeMethodDescriptionOauthUsersService.AuthorizedUser.resources()
Returns the value of theresources
record component.Constructor parameters in org.diabetestechnology.drh.service.http with type arguments of type OauthUsersService.ResourceModifierConstructorDescriptionAuthorizedUser
(String name, String emailPrimary, String profilePicUrl, String userId, String tenantId, Map<String, OauthUsersService.Resource> resources, boolean hasAdminMenu) Creates an instance of aAuthorizedUser
record class.