Uses of Enum
com.okta.sdk.resource.model.IframeEmbedScopeAllowedApps
Packages that use IframeEmbedScopeAllowedApps
-
Uses of IframeEmbedScopeAllowedApps in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IframeEmbedScopeAllowedAppsModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type IframeEmbedScopeAllowedAppsMethods in com.okta.sdk.resource.model with parameters of type IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionTrustedOriginScope.addAllowedOktaAppsItem
(IframeEmbedScopeAllowedApps allowedOktaAppsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionTrustedOriginScope.allowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) void
TrustedOriginScope.setAllowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps)