Uses of Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials
-
-
Uses of OidcCommonConfig.Credentials in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime declared as OidcCommonConfig.Credentials Modifier and Type Field Description OidcCommonConfig.CredentialsOidcCommonConfig. credentialsCredentials which the OIDC adapter will use to authenticate to the OIDC server.Methods in io.quarkus.oidc.common.runtime that return OidcCommonConfig.Credentials Modifier and Type Method Description OidcCommonConfig.CredentialsOidcCommonConfig. getCredentials()Methods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Credentials Modifier and Type Method Description static KeyOidcCommonUtils. clientJwtKey(OidcCommonConfig.Credentials creds)static StringOidcCommonUtils. clientSecret(OidcCommonConfig.Credentials creds)static OidcCommonConfig.Credentials.Secret.MethodOidcCommonUtils. clientSecretMethod(OidcCommonConfig.Credentials creds)static booleanOidcCommonUtils. isClientJwtAuthRequired(OidcCommonConfig.Credentials creds)static booleanOidcCommonUtils. isClientSecretBasicAuthRequired(OidcCommonConfig.Credentials creds)static booleanOidcCommonUtils. isClientSecretPostAuthRequired(OidcCommonConfig.Credentials creds)static booleanOidcCommonUtils. isClientSecretPostJwtAuthRequired(OidcCommonConfig.Credentials creds)static StringOidcCommonUtils. jwtSecret(OidcCommonConfig.Credentials creds)voidOidcCommonConfig. setCredentials(OidcCommonConfig.Credentials credentials)
-