Uses of Enum
org.openapitools.client.model.OpenIdConnectApplicationIssuerMode
Packages that use OpenIdConnectApplicationIssuerMode
-
Uses of OpenIdConnectApplicationIssuerMode in org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.model with parameters of type OpenIdConnectApplicationIssuerModeModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.issuerMode
(OpenIdConnectApplicationIssuerMode issuerMode) void
OpenIdConnectApplicationSettingsClient.setIssuerMode
(OpenIdConnectApplicationIssuerMode issuerMode)