io.quarkus.vault.runtime.transit.VerificationResult 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.transit;
public class VerificationResult extends VaultTransitBatchResult {
public VerificationResult(boolean valid, String error) {
super(valid, error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy