- clientId - Variable in class io.quarkus.oidc.OidcTenantConfig
-
The client-id of the application.
- clientSecret - Variable in class io.quarkus.oidc.OidcTenantConfig.Credentials
-
Client secret which can be used for the 'client_secret_basic' (default) and 'client_secret_post'
and 'client_secret_jwt' authentication methods.
- CodeAuthenticationMechanism - Class in io.quarkus.oidc.runtime
-
- CodeAuthenticationMechanism() - Constructor for class io.quarkus.oidc.runtime.CodeAuthenticationMechanism
-
- connectionDelay - Variable in class io.quarkus.oidc.OidcTenantConfig
-
The maximum amount of time the adapter will try connecting to the currently unavailable OIDC server for.
- ContextAwareTokenCredential - Class in io.quarkus.oidc.runtime
-
- ContextAwareTokenCredential(String, String, RoutingContext) - Constructor for class io.quarkus.oidc.runtime.ContextAwareTokenCredential
-
- cookieDomain - Variable in class io.quarkus.oidc.OidcTenantConfig.Authentication
-
Cookie domain parameter value which, if set, will be used for the session, state and post logout cookies.
- cookiePath - Variable in class io.quarkus.oidc.OidcTenantConfig.Authentication
-
Cookie path parameter value which, if set, will be used for the session, state and post logout cookies.
- credentials - Variable in class io.quarkus.oidc.OidcTenantConfig
-
Credentials which the OIDC adapter will use to authenticate to the OIDC server.
- Credentials() - Constructor for class io.quarkus.oidc.OidcTenantConfig.Credentials
-
- currentAccessToken() - Method in class io.quarkus.oidc.runtime.OidcJsonWebTokenProducer
-
The producer method for the current access token
- currentAccessToken() - Method in class io.quarkus.oidc.runtime.OidcTokenCredentialProducer
-
- currentIdToken() - Method in class io.quarkus.oidc.runtime.OidcJsonWebTokenProducer
-
The producer method for the current id token
- currentIdToken() - Method in class io.quarkus.oidc.runtime.OidcTokenCredentialProducer
-
The producer method for the current id token
- currentRefreshToken() - Method in class io.quarkus.oidc.runtime.OidcTokenCredentialProducer
-
- currentUserInfo() - Method in class io.quarkus.oidc.runtime.OidcTokenCredentialProducer
-
The producer method for the current UserInfo