Index

A C E F G H I J K O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

authServerInternalBaseUrl() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns the value of the authServerInternalBaseUrl record component.
authServerInternalUrl() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns the value of the authServerInternalUrl record component.

C

cardPage - Variable in class io.quarkus.devservices.keycloak.KeycloakAdminPageBuildItem
 
ConfigPropertiesContext(String, String, String, String) - Constructor for record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Creates an instance of a ConfigPropertiesContext record class.
containerEnv() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Environment variables to be passed to the container.
containerMemoryLimit() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Memory limit for Keycloak container, up to Long.MAX_VALUE bytes.
createClient() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Specifies whether to create the default client id `quarkus-app` with a secret `secret` and register them if the KeycloakDevServicesConfig.createRealm() property is set to true.
createProperties(KeycloakDevServicesConfigurator.ConfigPropertiesContext) - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator
 
createRealm() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Specifies whether to create the Keycloak realm when no realm file is found at the `realm-path`.
createWebClient(Vertx) - Static method in class io.quarkus.devservices.keycloak.KeycloakDevServicesUtils
 
customizeDefaultRealm(RealmRepresentation) - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator
 

E

enabled() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Flag to enable (default) or disable Dev Services.
equals(Object) - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Indicates whether some other object is "equal to" this one.

F

features() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Keycloak features.

G

getAuthServerUrl() - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesRequiredBuildItem
 
getConfig() - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigBuildItem
 
getDevServicesConfigurator(List<KeycloakDevServicesRequiredBuildItem>) - Static method in class io.quarkus.devservices.keycloak.KeycloakDevServicesRequiredBuildItem
 
getKeycloakUrl(Optional<KeycloakDevServicesConfigBuildItem>) - Static method in class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigBuildItem
 
getPasswordAccessToken(WebClient, String, String, String, String, String, Map<String, String>) - Static method in class io.quarkus.devservices.keycloak.KeycloakDevServicesUtils
 
getProperties() - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigBuildItem
 

H

hashCode() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns a hash code value for this object.

I

imageName() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The container image name for Dev Services providers.
io.quarkus.devservices.keycloak - package io.quarkus.devservices.keycloak
 
isContainerRestarted() - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigBuildItem
 

J

javaOpts() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The `JAVA_OPTS` passed to the keycloak JVM

K

KEYCLOAK_URL_KEY - Static variable in class io.quarkus.devservices.keycloak.KeycloakDevServicesProcessor
 
KeycloakAdminPageBuildItem - Class in io.quarkus.devservices.keycloak
Extensions should produce this build item if a DEV UI card with the Keycloak Admin link should be created for the extension.
KeycloakAdminPageBuildItem(CardPageBuildItem) - Constructor for class io.quarkus.devservices.keycloak.KeycloakAdminPageBuildItem
 
KeycloakDevServicesConfig - Interface in io.quarkus.devservices.keycloak
Build time configuration for the Keycloak Dev Service.
KeycloakDevServicesConfigBuildItem - Class in io.quarkus.devservices.keycloak
 
KeycloakDevServicesConfigBuildItem(Map<String, String>, Map<String, Object>, boolean) - Constructor for class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigBuildItem
 
KeycloakDevServicesConfigurator - Interface in io.quarkus.devservices.keycloak
 
KeycloakDevServicesConfigurator.ConfigPropertiesContext - Record Class in io.quarkus.devservices.keycloak
 
KeycloakDevServicesProcessor - Class in io.quarkus.devservices.keycloak
 
KeycloakDevServicesProcessor() - Constructor for class io.quarkus.devservices.keycloak.KeycloakDevServicesProcessor
 
KeycloakDevServicesRequiredBuildItem - Class in io.quarkus.devservices.keycloak
A marker build item signifying that integrating extensions (like OIDC and OIDC client) are enabled.
KeycloakDevServicesUtils - Class in io.quarkus.devservices.keycloak
 
keycloakXImage() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Indicates if a Keycloak-X image is used.

O

of(KeycloakDevServicesConfigurator, String, String...) - Static method in class io.quarkus.devservices.keycloak.KeycloakDevServicesRequiredBuildItem
 
OIDC_AUTH_SERVER_URL_CONFIG_KEY - Static variable in class io.quarkus.devservices.keycloak.KeycloakDevServicesRequiredBuildItem
 
oidcClientId() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns the value of the oidcClientId record component.
oidcClientSecret() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns the value of the oidcClientSecret record component.

P

port() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The specific port for the dev service to listen on.
produceDevUiCardWithKeycloakUrl(Optional<KeycloakDevServicesConfigBuildItem>, List<KeycloakAdminPageBuildItem>, BuildProducer<CardPageBuildItem>) - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesProcessor
 

R

realmName() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The name of the Keycloak realm.
realmPath() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
A comma-separated list of class or file system paths to Keycloak realm files.
resourceAliases() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Aliases to additional class or file system resources that are used to initialize Keycloak.
resourceMappings() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Additional class or file system resources that are used to initialize Keycloak.
roles() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
A map of roles for Keycloak users.

S

serviceName() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The value of the `quarkus-dev-service-keycloak` label for identifying the Keycloak container.
shared() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Determines if the Keycloak container is shared.
showLogs() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Show Keycloak log messages with a "Keycloak:" prefix.
startCommand() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Keycloak start command.
startKeycloakContainer(List<KeycloakDevServicesRequiredBuildItem>, DevServicesComposeProjectBuildItem, BuildProducer<KeycloakDevServicesConfigBuildItem>, List<DevServicesSharedNetworkBuildItem>, KeycloakDevServicesConfig, CuratedApplicationShutdownBuildItem, LaunchModeBuildItem, Optional<ConsoleInstalledBuildItem>, LoggingSetupBuildItem, DevServicesConfig, DockerStatusBuildItem) - Method in class io.quarkus.devservices.keycloak.KeycloakDevServicesProcessor
 
startWithDisabledTenant() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
Specifies whether to start the container even if the default OIDC tenant is disabled.

T

toString() - Method in record class io.quarkus.devservices.keycloak.KeycloakDevServicesConfigurator.ConfigPropertiesContext
Returns a string representation of this record class.

U

users() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
A map of Keycloak usernames to passwords.

W

webClientTimeout() - Method in interface io.quarkus.devservices.keycloak.KeycloakDevServicesConfig
The WebClient timeout.
A C E F G H I J K O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values