Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.getOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId)
Retrieve a Custom Token Scope
Retrieves a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OAuth2Scope> |
AuthorizationServerApi.listOAuth2Scopes(java.lang.String authServerId,
java.lang.String q,
java.lang.String filter,
java.lang.String cursor,
java.lang.Integer limit)
List all Custom Token Scopes
Lists all custom token scopes
|
Modifier and Type | Method and Description |
---|---|
<T> T |
AuthorizationServerApi.createOAuth2Scope(java.lang.Class<?> T,
java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.createOAuth2Scope(java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
PagedList |
AuthorizationServerApi.createOAuth2ScopeWithPaginationInfo(java.lang.String authServerId,
OAuth2Scope oAuth2Scope)
Create a Custom Token Scope
Creates a custom token scope
|
<T> T |
AuthorizationServerApi.replaceOAuth2Scope(java.lang.Class<?> T,
java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
OAuth2Scope |
AuthorizationServerApi.replaceOAuth2Scope(java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
PagedList |
AuthorizationServerApi.replaceOAuth2ScopeWithPaginationInfo(java.lang.String authServerId,
java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Replace a Custom Token Scope
Replace a custom token scope
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope._default(java.lang.Boolean _default) |
OAuth2Scope |
OAuth2Scope.consent(OAuth2ScopeConsentType consent) |
OAuth2Scope |
OAuth2Scope.description(java.lang.String description) |
OAuth2Scope |
OAuth2Scope.displayName(java.lang.String displayName) |
OAuth2Scope |
OAuth2Scope.metadataPublish(OAuth2ScopeMetadataPublish metadataPublish) |
OAuth2Scope |
OAuth2Scope.name(java.lang.String name) |
OAuth2Scope |
OAuth2Scope.system(java.lang.Boolean system) |
Copyright © 2017-2022 Okta. All Rights Reserved.