Uses of Interface
com.okta.sdk.resource.OAuth2Scope
-
Packages that use OAuth2Scope Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of OAuth2Scope in com.okta.sdk.client
Methods in com.okta.sdk.client that return OAuth2Scope Modifier and Type Method Description OAuth2Scope
Client. createOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId)
Create Oauth2scope SuccessOAuth2Scope
Client. getOAuth2Scope(java.lang.String authServerId, java.lang.String scopeId)
Get Oauth2scope SuccessOAuth2Scope
Client. updateOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId, java.lang.String scopeId)
Update Oauth2scope SuccessMethods in com.okta.sdk.client with parameters of type OAuth2Scope Modifier and Type Method Description OAuth2Scope
Client. createOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId)
Create Oauth2scope SuccessOAuth2Scope
Client. updateOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId, java.lang.String scopeId)
Update Oauth2scope Success -
Uses of OAuth2Scope in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2Scope Modifier and Type Method Description OAuth2Scope
OAuth2Scope. setConsent(OAuth2ScopeConsentType 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(OAuth2ScopeMetadataPublish metadataPublish)
OAuth2Scope
OAuth2Scope. setName(java.lang.String name)
OAuth2Scope
OAuth2Scope. setSystem(java.lang.Boolean system)
-