Uses of Class
io.quarkus.vault.secrets.totp.KeyDefinition
-
Packages that use KeyDefinition Package Description io.quarkus.vault io.quarkus.vault.runtime -
-
Uses of KeyDefinition in io.quarkus.vault
Methods in io.quarkus.vault that return types with arguments of type KeyDefinition Modifier and Type Method Description Optional<KeyDefinition>VaultTOTPSecretEngine. createKey(String name, CreateKeyParameters createKeyParameters)Creates or updates a key definition.io.smallrye.mutiny.Uni<Optional<KeyDefinition>>VaultTOTPSecretReactiveEngine. createKey(String name, CreateKeyParameters createKeyParameters)Creates or updates a key definition. -
Uses of KeyDefinition in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type KeyDefinition Modifier and Type Method Description io.smallrye.mutiny.Uni<Optional<KeyDefinition>>VaultTOTPManager. createKey(String name, CreateKeyParameters createKeyParameters)
-