Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationType
Packages that use OpenIdConnectApplicationType
Package
Description
-
Uses of OpenIdConnectApplicationType in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type OpenIdConnectApplicationTypeModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setApplicationType
(OpenIdConnectApplicationType applicationType) -
Uses of OpenIdConnectApplicationType in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OpenIdConnectApplicationTypeModifier and TypeMethodDescriptionOIDCApplicationBuilder.setApplicationType
(OpenIdConnectApplicationType applicationType) -
Uses of OpenIdConnectApplicationType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OpenIdConnectApplicationTypeModifier and TypeMethodDescriptionstatic OpenIdConnectApplicationType
OpenIdConnectApplicationSettingsClient.getApplicationType()
Get applicationTypestatic OpenIdConnectApplicationType
Returns the enum constant of this type with the specified name.static OpenIdConnectApplicationType[]
OpenIdConnectApplicationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type OpenIdConnectApplicationTypeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.applicationType
(OpenIdConnectApplicationType applicationType) void
OpenIdConnectApplicationSettingsClient.setApplicationType
(OpenIdConnectApplicationType applicationType)