Package io.quarkus.vault.transit
Class KeyConfigRequestDetail
- java.lang.Object
-
- io.quarkus.vault.transit.KeyConfigRequestDetail
-
public class KeyConfigRequestDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BooleanallowPlaintextBackupBooleandeletionAllowedBooleanexportableIntegerminDecryptionVersionIntegerminEncryptionVersion
-
Constructor Summary
Constructors Constructor Description KeyConfigRequestDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowPlaintextBackup()BooleangetDeletionAllowed()BooleangetExportable()IntegergetMinDecryptionVersion()IntegergetMinEncryptionVersion()KeyConfigRequestDetailsetAllowPlaintextBackup(Boolean allowPlaintextBackup)KeyConfigRequestDetailsetDeletionAllowed(Boolean deletionAllowed)KeyConfigRequestDetailsetExportable(Boolean exportable)KeyConfigRequestDetailsetMinDecryptionVersion(Integer minDecryptionVersion)KeyConfigRequestDetailsetMinEncryptionVersion(Integer minEncryptionVersion)
-
-
-
Method Detail
-
getMinDecryptionVersion
public Integer getMinDecryptionVersion()
-
setMinDecryptionVersion
public KeyConfigRequestDetail setMinDecryptionVersion(Integer minDecryptionVersion)
-
getMinEncryptionVersion
public Integer getMinEncryptionVersion()
-
setMinEncryptionVersion
public KeyConfigRequestDetail setMinEncryptionVersion(Integer minEncryptionVersion)
-
getDeletionAllowed
public Boolean getDeletionAllowed()
-
setDeletionAllowed
public KeyConfigRequestDetail setDeletionAllowed(Boolean deletionAllowed)
-
getExportable
public Boolean getExportable()
-
setExportable
public KeyConfigRequestDetail setExportable(Boolean exportable)
-
getAllowPlaintextBackup
public Boolean getAllowPlaintextBackup()
-
setAllowPlaintextBackup
public KeyConfigRequestDetail setAllowPlaintextBackup(Boolean allowPlaintextBackup)
-
-