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