Package io.quarkus.oidc.runtime
Class OidcConfigPropertySupplier
- java.lang.Object
-
- io.quarkus.oidc.runtime.OidcConfigPropertySupplier
-
-
Constructor Summary
Constructors Constructor Description OidcConfigPropertySupplier()OidcConfigPropertySupplier(String oidcConfigProperty)OidcConfigPropertySupplier(String oidcConfigProperty, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()StringgetDefaultValue()StringgetOidcConfigProperty()voidsetDefaultValue(String defaultValue)voidsetOidcConfigProperty(String oidcConfigProperty)
-