Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuth2Scope
OAuth2Scope
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
DefaultOAuth2Scope.setConsent(OAuth2Scope.ConsentEnum consent) |
OAuth2Scope |
DefaultOAuth2Scope.setDefault(Boolean _default) |
OAuth2Scope |
DefaultOAuth2Scope.setDescription(String description) |
OAuth2Scope |
DefaultOAuth2Scope.setDisplayName(String displayName) |
OAuth2Scope |
DefaultOAuth2Scope.setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish) |
OAuth2Scope |
DefaultOAuth2Scope.setName(String name) |
OAuth2Scope |
DefaultOAuth2Scope.setSystem(Boolean system) |
Modifier and Type | Method and Description |
---|---|
protected Class<OAuth2Scope> |
DefaultOAuth2ScopeList.getItemType() |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
DefaultAuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
DefaultAuthorizationServer.getOAuth2Scope(String scopeId)
Success
|
OAuth2Scope |
DefaultAuthorizationServer.updateOAuth2Scope(String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
DefaultAuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
DefaultAuthorizationServer.updateOAuth2Scope(String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope.setConsent(OAuth2Scope.ConsentEnum consent) |
OAuth2Scope |
OAuth2Scope.setDefault(Boolean _default) |
OAuth2Scope |
OAuth2Scope.setDescription(String description) |
OAuth2Scope |
OAuth2Scope.setDisplayName(String displayName) |
OAuth2Scope |
OAuth2Scope.setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish) |
OAuth2Scope |
OAuth2Scope.setName(String name) |
OAuth2Scope |
OAuth2Scope.setSystem(Boolean system) |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
AuthorizationServer.getOAuth2Scope(String scopeId)
Success
|
OAuth2Scope |
AuthorizationServer.updateOAuth2Scope(String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
AuthorizationServer.updateOAuth2Scope(String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Copyright © 2017–2023 Okta. All rights reserved.