Uses of Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials.Secret.Method
-
-
Uses of OidcCommonConfig.Credentials.Secret.Method in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime with type parameters of type OidcCommonConfig.Credentials.Secret.Method Modifier and Type Field Description Optional<OidcCommonConfig.Credentials.Secret.Method>OidcCommonConfig.Credentials.Secret. methodAuthentication method.Methods in io.quarkus.oidc.common.runtime that return OidcCommonConfig.Credentials.Secret.Method Modifier and Type Method Description static OidcCommonConfig.Credentials.Secret.MethodOidcCommonUtils. clientSecretMethod(OidcCommonConfig.Credentials creds)static OidcCommonConfig.Credentials.Secret.MethodOidcCommonConfig.Credentials.Secret.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcCommonConfig.Credentials.Secret.Method[]OidcCommonConfig.Credentials.Secret.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc.common.runtime that return types with arguments of type OidcCommonConfig.Credentials.Secret.Method Modifier and Type Method Description Optional<OidcCommonConfig.Credentials.Secret.Method>OidcCommonConfig.Credentials.Secret. getMethod()Methods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Credentials.Secret.Method Modifier and Type Method Description voidOidcCommonConfig.Credentials.Secret. setMethod(OidcCommonConfig.Credentials.Secret.Method method)
-