Uses of Class
com.okta.sdk.resource.OpenIdConnectApplicationConsentMethod
-
Packages that use OpenIdConnectApplicationConsentMethod Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OpenIdConnectApplicationConsentMethod
OpenIdConnectApplicationSettingsClient. getConsentMethod()
static OpenIdConnectApplicationConsentMethod
OpenIdConnectApplicationConsentMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpenIdConnectApplicationConsentMethod[]
OpenIdConnectApplicationConsentMethod. 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 OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
-