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 theghUser
record 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 theusers
record component.Constructors in org.diabetestechnology.drh.service.http with parameters of type OauthUsersService.AuthorizedUserModifierConstructorDescriptionAuthenticatedUser
(org.springframework.security.oauth2.core.user.OAuth2User principal, OauthUsersService.AuthorizedUser ghUser) Creates an instance of aAuthenticatedUser
record class.Constructor parameters in org.diabetestechnology.drh.service.http with type arguments of type OauthUsersService.AuthorizedUserModifierConstructorDescriptionCreates an instance of aAuthorizedUsers
record class.