Uses of Class
io.quarkus.vault.runtime.LogConfidentialityLevel
-
Packages that use LogConfidentialityLevel Package Description io.quarkus.vault.runtime io.quarkus.vault.runtime.config -
-
Uses of LogConfidentialityLevel in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return LogConfidentialityLevel Modifier and Type Method Description static LogConfidentialityLevelLogConfidentialityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogConfidentialityLevel[]LogConfidentialityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.vault.runtime with parameters of type LogConfidentialityLevel Modifier and Type Method Description StringLeaseBase. getConfidentialInfo(LogConfidentialityLevel level)StringVaultDynamicCredentials. getConfidentialInfo(LogConfidentialityLevel level)StringVaultToken. getConfidentialInfo(LogConfidentialityLevel level)StringLogConfidentialityLevel. maskWithTolerance(String info, LogConfidentialityLevel infoToleranceLevel)Mask the argument if the tolerance level is lower or equal to the receiver (which would typically represent the actual configuration). -
Uses of LogConfidentialityLevel in io.quarkus.vault.runtime.config
Methods in io.quarkus.vault.runtime.config that return LogConfidentialityLevel Modifier and Type Method Description LogConfidentialityLevelVaultRuntimeConfig. logConfidentialityLevel()Used to hide confidential infos, for logging in particular.
-