Uses of Interface
com.okta.sdk.resource.role.Scope
-
Packages that use Scope Package Description com.okta.sdk.resource.role com.okta.sdk.resource.trusted.origin -
-
Uses of Scope in com.okta.sdk.resource.role
Methods in com.okta.sdk.resource.role that return Scope Modifier and Type Method Description Scope
Scope. setStringValue(java.lang.String stringValue)
Scope
Scope. setType(ScopeType type)
-
Uses of Scope in com.okta.sdk.resource.trusted.origin
Methods in com.okta.sdk.resource.trusted.origin that return types with arguments of type Scope Modifier and Type Method Description java.util.List<Scope>
TrustedOrigin. getScopes()
Method parameters in com.okta.sdk.resource.trusted.origin with type arguments of type Scope Modifier and Type Method Description TrustedOrigin
TrustedOrigin. setScopes(java.util.List<Scope> scopes)
-