Uses of Class
com.okta.sdk.resource.OpenIdConnectApplicationType
-
Packages that use OpenIdConnectApplicationType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OpenIdConnectApplicationType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OpenIdConnectApplicationType Modifier and Type Method Description OpenIdConnectApplicationType
OpenIdConnectApplicationSettingsClient. getApplicationType()
static OpenIdConnectApplicationType
OpenIdConnectApplicationType. valueOf(java.lang.String name)
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 with parameters of type OpenIdConnectApplicationType Modifier and Type Method Description OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient. setApplicationType(OpenIdConnectApplicationType applicationType)
-
Uses of OpenIdConnectApplicationType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OpenIdConnectApplicationType Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setApplicationType(OpenIdConnectApplicationType applicationType)
-