Package | Description |
---|---|
com.okta.sdk.resource.application | |
com.okta.sdk.resource.authorization.server |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope.setConsent(OAuth2Scope.ConsentEnum consent) |
OAuth2Scope |
OAuth2Scope.setDefault(java.lang.Boolean _default) |
OAuth2Scope |
OAuth2Scope.setDescription(java.lang.String description) |
OAuth2Scope |
OAuth2Scope.setDisplayName(java.lang.String displayName) |
OAuth2Scope |
OAuth2Scope.setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish) |
OAuth2Scope |
OAuth2Scope.setName(java.lang.String name) |
OAuth2Scope |
OAuth2Scope.setSystem(java.lang.Boolean system) |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
AuthorizationServer.getOAuth2Scope(java.lang.String scopeId)
Success
|
OAuth2Scope |
AuthorizationServer.updateOAuth2Scope(java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
AuthorizationServer.createOAuth2Scope(OAuth2Scope oAuth2Scope)
Success
|
OAuth2Scope |
AuthorizationServer.updateOAuth2Scope(java.lang.String scopeId,
OAuth2Scope oAuth2Scope)
Success
|
Copyright © 2017-2021 Okta. All Rights Reserved.