Uses of Class
com.okta.sdk.resource.model.TrustedOriginScope
Packages that use TrustedOriginScope
-
Uses of TrustedOriginScope in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return TrustedOriginScopeModifier and TypeMethodDescriptionTrustedOriginScope.addallowedOktaAppsItem
(IframeEmbedScopeAllowedApps allowedOktaAppsItem) TrustedOriginScope.allowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) TrustedOriginScope.type
(TrustedOriginScopeType type) Methods in com.okta.sdk.resource.model that return types with arguments of type TrustedOriginScopeModifier and TypeMethodDescriptionTrustedOrigin.getScopes()
Array of Scope types that this Trusted Origin is used forTrustedOriginWrite.getScopes()
Array of Scope types that this Trusted Origin is used forMethods in com.okta.sdk.resource.model with parameters of type TrustedOriginScopeModifier and TypeMethodDescriptionTrustedOrigin.addscopesItem
(TrustedOriginScope scopesItem) TrustedOriginWrite.addscopesItem
(TrustedOriginScope scopesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type TrustedOriginScopeModifier and TypeMethodDescriptionTrustedOrigin.scopes
(List<TrustedOriginScope> scopes) TrustedOriginWrite.scopes
(List<TrustedOriginScope> scopes) void
TrustedOrigin.setScopes
(List<TrustedOriginScope> scopes) void
TrustedOriginWrite.setScopes
(List<TrustedOriginScope> scopes)