Uses of Class
org.openapitools.client.model.OAuth2Scope
Packages that use OAuth2Scope
-
Uses of OAuth2Scope in org.openapitools.client.api
Methods in org.openapitools.client.api that return OAuth2ScopeModifier and TypeMethodDescriptionAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.getOAuth2Scope
(String authServerId, String scopeId) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scopeMethods in org.openapitools.client.api that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OAuth2Scope>
AuthorizationServerApi.createOAuth2ScopeWithHttpInfo
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeorg.springframework.http.ResponseEntity<OAuth2Scope>
AuthorizationServerApi.getOAuth2ScopeWithHttpInfo
(String authServerId, String scopeId) Retrieve a Custom Token Scope Retrieves a custom token scopeAuthorizationServerApi.listOAuth2Scopes
(String authServerId, String q, String filter, String cursor, Integer limit) List all Custom Token Scopes Lists all custom token scopesorg.springframework.http.ResponseEntity<List<OAuth2Scope>>
AuthorizationServerApi.listOAuth2ScopesWithHttpInfo
(String authServerId, String q, String filter, String cursor, Integer limit) List all Custom Token Scopes Lists all custom token scopesorg.springframework.http.ResponseEntity<OAuth2Scope>
AuthorizationServerApi.replaceOAuth2ScopeWithHttpInfo
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scopeMethods in org.openapitools.client.api with parameters of type OAuth2ScopeModifier and TypeMethodDescription<T> T
AuthorizationServerApi.createOAuth2Scope
(Class<?> T, String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.createOAuth2Scope
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeorg.springframework.http.ResponseEntity<OAuth2Scope>
AuthorizationServerApi.createOAuth2ScopeWithHttpInfo
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scopeAuthorizationServerApi.createOAuth2ScopeWithPaginationInfo
(String authServerId, OAuth2Scope oAuth2Scope) Create a Custom Token Scope Creates a custom token scope<T> T
AuthorizationServerApi.replaceOAuth2Scope
(Class<?> T, String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scopeAuthorizationServerApi.replaceOAuth2Scope
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scopeorg.springframework.http.ResponseEntity<OAuth2Scope>
AuthorizationServerApi.replaceOAuth2ScopeWithHttpInfo
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scopeAuthorizationServerApi.replaceOAuth2ScopeWithPaginationInfo
(String authServerId, String scopeId, OAuth2Scope oAuth2Scope) Replace a Custom Token Scope Replace a custom token scope -
Uses of OAuth2Scope in org.openapitools.client.model
Methods in org.openapitools.client.model that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2Scope.consent
(OAuth2ScopeConsentType consent) OAuth2Scope.description
(String description) OAuth2Scope.displayName
(String displayName) OAuth2Scope.metadataPublish
(OAuth2ScopeMetadataPublish metadataPublish)