We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f600b commit a26811bCopy full SHA for a26811b
jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java
@@ -52,10 +52,9 @@ public Optional<AuthorizationProvider> apply(Settings settings) {
52
},
53
54
/**
55
- * Represents a "Cloud" deployment where software solutions are delivered and managed
56
- * over the internet (the cloud) by Oracle cloud provider.
+ * Represents a "Cloud" deployment using API key for authentication and authorization.
57
*/
58
- CLOUD {
+ CLOUD_API_KEY {
59
@Override
60
public Optional<AuthorizationProvider> apply(Settings settings) {
61
0 commit comments