Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationIssuerMode
Packages that use OpenIdConnectApplicationIssuerMode
-
Uses of OpenIdConnectApplicationIssuerMode in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OpenIdConnectApplicationIssuerModeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getIssuerMode()
Get issuerModeReturns the enum constant of this type with the specified name.static OpenIdConnectApplicationIssuerMode[]
OpenIdConnectApplicationIssuerMode.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 OpenIdConnectApplicationIssuerModeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.issuerMode
(OpenIdConnectApplicationIssuerMode issuerMode) void
OpenIdConnectApplicationSettingsClient.setIssuerMode
(OpenIdConnectApplicationIssuerMode issuerMode)