Uses of Class
org.apache.camel.component.google.secret.manager.GoogleSecretManagerConfiguration
-
Packages that use GoogleSecretManagerConfiguration Package Description org.apache.camel.component.google.secret.manager -
-
Uses of GoogleSecretManagerConfiguration in org.apache.camel.component.google.secret.manager
Methods in org.apache.camel.component.google.secret.manager that return GoogleSecretManagerConfiguration Modifier and Type Method Description GoogleSecretManagerConfigurationGoogleSecretManagerConfiguration. copy()GoogleSecretManagerConfigurationGoogleSecretManagerComponent. getConfiguration()GoogleSecretManagerConfigurationGoogleSecretManagerEndpoint. getConfiguration()Methods in org.apache.camel.component.google.secret.manager with parameters of type GoogleSecretManagerConfiguration Modifier and Type Method Description static com.google.cloud.secretmanager.v1.SecretManagerServiceClientGoogleSecretManagerClientFactory. create(org.apache.camel.CamelContext context, GoogleSecretManagerConfiguration configuration)voidGoogleSecretManagerEndpoint. setConfiguration(GoogleSecretManagerConfiguration configuration)Setup configurationConstructors in org.apache.camel.component.google.secret.manager with parameters of type GoogleSecretManagerConfiguration Constructor Description GoogleSecretManagerEndpoint(String uri, GoogleSecretManagerComponent component, GoogleSecretManagerConfiguration configuration)
-