Uses of Record Class
io.meeds.oauth2.server.rest.model.OAuthClientRestEntity
Packages that use OAuthClientRestEntity
-
Uses of OAuthClientRestEntity in io.meeds.oauth2.server.rest
Methods in io.meeds.oauth2.server.rest that return OAuthClientRestEntityModifier and TypeMethodDescriptionOAuthClientRest.createClient(OAuthClientRestEntity oAuthClient) OAuthClientRest.getClientByParam(Principal principal, String clientId, boolean includeAll) Methods in io.meeds.oauth2.server.rest that return types with arguments of type OAuthClientRestEntityModifier and TypeMethodDescriptionOAuthClientRest.getClients(Principal principal, boolean includeAll) Methods in io.meeds.oauth2.server.rest with parameters of type OAuthClientRestEntityModifier and TypeMethodDescriptionOAuthClientRest.createClient(OAuthClientRestEntity oAuthClient) -
Uses of OAuthClientRestEntity in io.meeds.oauth2.server.rest.util
Methods in io.meeds.oauth2.server.rest.util that return OAuthClientRestEntityModifier and TypeMethodDescriptionstatic OAuthClientRestEntityEntityBuilder.toClientRestEntity(org.springframework.security.oauth2.server.authorization.client.RegisteredClient client) Methods in io.meeds.oauth2.server.rest.util with parameters of type OAuthClientRestEntityModifier and TypeMethodDescriptionstatic org.springframework.security.oauth2.server.authorization.client.RegisteredClientEntityBuilder.fromClientRestEntity(OAuthClientRestEntity entity)