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 OAuth2ScopeClient. createOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId)Create Oauth2scope SuccessOAuth2ScopeClient. getOAuth2Scope(java.lang.String authServerId, java.lang.String scopeId)Get Oauth2scope SuccessOAuth2ScopeClient. 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 OAuth2ScopeClient. createOAuth2Scope(OAuth2Scope oAuth2Scope, java.lang.String authServerId)Create Oauth2scope SuccessOAuth2ScopeClient. 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 OAuth2ScopeOAuth2Scope. setConsent(OAuth2ScopeConsentType consent)OAuth2ScopeOAuth2Scope. setDefault(java.lang.Boolean _default)OAuth2ScopeOAuth2Scope. setDescription(java.lang.String description)OAuth2ScopeOAuth2Scope. setDisplayName(java.lang.String displayName)OAuth2ScopeOAuth2Scope. setMetadataPublish(OAuth2ScopeMetadataPublish metadataPublish)OAuth2ScopeOAuth2Scope. setName(java.lang.String name)OAuth2ScopeOAuth2Scope. setSystem(java.lang.Boolean system)
-