Uses of Record Class
org.diabetestechnology.drh.service.http.OauthUsersService.AuthorizedUser
Packages that use OauthUsersService.AuthorizedUser
-
Uses of OauthUsersService.AuthorizedUser in org.diabetestechnology.drh.service.http
Methods in org.diabetestechnology.drh.service.http that return OauthUsersService.AuthorizedUserModifier and TypeMethodDescriptionGitHubUserAuthorizationFilter.AuthenticatedUser.ghUser()Returns the value of theghUserrecord component.Methods in org.diabetestechnology.drh.service.http that return types with arguments of type OauthUsersService.AuthorizedUserModifier and TypeMethodDescriptionOauthUsersService.AuthorizedUsers.isAuthorizedUser(String userID) OauthUsersService.isAuthorizedUser(org.springframework.security.oauth2.core.user.DefaultOAuth2User user) Deprecated.OauthUsersService.isAuthorizedUserDB(org.springframework.security.oauth2.core.user.DefaultOAuth2User user) OauthUsersService.AuthorizedUsers.users()Returns the value of theusersrecord component.Constructors in org.diabetestechnology.drh.service.http with parameters of type OauthUsersService.AuthorizedUserModifierConstructorDescriptionAuthenticatedUser(Object principal, OauthUsersService.AuthorizedUser ghUser, List<String> userPermissions, List<String> permissions) Creates an instance of aAuthenticatedUserrecord class.Constructor parameters in org.diabetestechnology.drh.service.http with type arguments of type OauthUsersService.AuthorizedUserModifierConstructorDescriptionCreates an instance of aAuthorizedUsersrecord class.