Uses of Enum
com.okta.sdk.resource.model.IframeEmbedScopeAllowedApps
-
Uses of IframeEmbedScopeAllowedApps in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic IframeEmbedScopeAllowedApps
static IframeEmbedScopeAllowedApps
Returns the enum constant of this type with the specified name.static IframeEmbedScopeAllowedApps[]
IframeEmbedScopeAllowedApps.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTrustedOriginScope.getAllowedOktaApps()
The allowed Okta apps for the Trusted Origin scopeModifier and TypeMethodDescriptionTrustedOriginScope.addallowedOktaAppsItem
(IframeEmbedScopeAllowedApps allowedOktaAppsItem) Modifier and TypeMethodDescriptionTrustedOriginScope.allowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) void
TrustedOriginScope.setAllowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps)