Uses of Interface
com.okta.sdk.resource.application.OAuth2Scope
-
Packages that use OAuth2Scope Package Description com.okta.sdk.resource.application com.okta.sdk.resource.authorization.server -
-
Uses of OAuth2Scope in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OAuth2Scope Modifier and Type Method Description OAuth2ScopeOAuth2Scope. setConsent(OAuth2Scope.ConsentEnum consent)OAuth2ScopeOAuth2Scope. setDefault(java.lang.Boolean _default)OAuth2ScopeOAuth2Scope. setDescription(java.lang.String description)OAuth2ScopeOAuth2Scope. setDisplayName(java.lang.String displayName)OAuth2ScopeOAuth2Scope. setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish)OAuth2ScopeOAuth2Scope. setName(java.lang.String name)OAuth2ScopeOAuth2Scope. setSystem(java.lang.Boolean system) -
Uses of OAuth2Scope in com.okta.sdk.resource.authorization.server
Methods in com.okta.sdk.resource.authorization.server that return OAuth2Scope Modifier and Type Method Description OAuth2ScopeAuthorizationServer. createOAuth2Scope(OAuth2Scope oAuth2Scope)SuccessOAuth2ScopeAuthorizationServer. getOAuth2Scope(java.lang.String scopeId)SuccessOAuth2ScopeAuthorizationServer. updateOAuth2Scope(java.lang.String scopeId, OAuth2Scope oAuth2Scope)SuccessMethods in com.okta.sdk.resource.authorization.server with parameters of type OAuth2Scope Modifier and Type Method Description OAuth2ScopeAuthorizationServer. createOAuth2Scope(OAuth2Scope oAuth2Scope)SuccessOAuth2ScopeAuthorizationServer. updateOAuth2Scope(java.lang.String scopeId, OAuth2Scope oAuth2Scope)Success
-