Uses of Class
io.quarkus.oidc.OidcTenantConfig.IntrospectionCredentials
-
Packages that use OidcTenantConfig.IntrospectionCredentials Package Description io.quarkus.oidc -
-
Uses of OidcTenantConfig.IntrospectionCredentials in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.IntrospectionCredentials Modifier and Type Field Description OidcTenantConfig.IntrospectionCredentialsOidcTenantConfig. introspectionCredentialsIntrospection Basic Authentication which must be configured only if the introspection is required and OpenId Connect Provider does not support the OIDC client authentication configured withOidcCommonConfig.credentialsfor its introspection endpoint.Methods in io.quarkus.oidc that return OidcTenantConfig.IntrospectionCredentials Modifier and Type Method Description OidcTenantConfig.IntrospectionCredentialsOidcTenantConfig. getIntrospectionCredentials()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.IntrospectionCredentials Modifier and Type Method Description voidOidcTenantConfig. setIntrospectionCredentials(OidcTenantConfig.IntrospectionCredentials introspectionCredentials)
-