io.quarkus.vault.runtime.config.VaultAppRoleAuthenticationConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault Show documentation
Show all versions of quarkus-vault Show documentation
Store your credentials securely in HashiCorp Vault
package io.quarkus.vault.runtime.config;
public final class VaultAppRoleAuthenticationConfig$$accessor {
private VaultAppRoleAuthenticationConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_roleId(Object __instance) {
return ((VaultAppRoleAuthenticationConfig)__instance).roleId;
}
@SuppressWarnings("unchecked")
public static void set_roleId(Object __instance, Object roleId) {
((VaultAppRoleAuthenticationConfig)__instance).roleId = (java.util.Optional)roleId;
}
@SuppressWarnings("unchecked")
public static Object get_secretId(Object __instance) {
return ((VaultAppRoleAuthenticationConfig)__instance).secretId;
}
@SuppressWarnings("unchecked")
public static void set_secretId(Object __instance, Object secretId) {
((VaultAppRoleAuthenticationConfig)__instance).secretId = (java.util.Optional)secretId;
}
public static Object construct() {
return new VaultAppRoleAuthenticationConfig();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy