Uses of Class
com.oracle.spring.testcontainers.ADBContainer
Packages that use ADBContainer
-
Uses of ADBContainer in com.oracle.spring.testcontainers
Subclasses with type arguments of type ADBContainer in com.oracle.spring.testcontainersModifier and TypeClassDescriptionclassTestcontainers implementation for the official Oracle Autonomous AI Database Free image.Methods in com.oracle.spring.testcontainers that return ADBContainerModifier and TypeMethodDescriptionADBContainer.withAdminPassword(String adminPassword) Configures the mandatory database administrator password.ADBContainer.withAppUser(String username, String password) Configures an optional application user to create after the database is ready.ADBContainer.withAppUserRoles(String... roles) Replaces the roles granted to the configured application user.ADBContainer.withArchiveLog(boolean enabled) Enables or disables archive logging in the initial Autonomous AI Database.ADBContainer.withDatabaseName(String databaseName) Configures the name of the initial Autonomous AI Database.ADBContainer.withPassword(String password) Configures the password used by the standard JDBC container operations.ADBContainer.withUsername(String username) Selects the username used by the standard JDBC container operations.ADBContainer.withWalletPassword(String walletPassword) Configures the mandatory password used to generate the client TLS wallet.ADBContainer.withWorkloadType(ADBContainer.WorkloadType workloadType) Configures the Autonomous Database workload started by the image.