Uses of Class
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
Packages that use IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
Package
Description
MongoDB core support.
MongoDB-specific JSON schema implementation classes.
-
Uses of IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type IdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertyModifier and TypeMethodDescriptionCollectionOptions.EncryptedFieldsOptions.with
(IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty property) Add anencrypted property
that should not be queryable. -
Uses of IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema that return IdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertyModifier and TypeMethodDescriptionIdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty.aead_aes_256_cbc_hmac_sha_512_deterministic()
Use AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic algorithm.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty.aead_aes_256_cbc_hmac_sha_512_random()
Use AEAD_AES_256_CBC_HMAC_SHA_512-Random algorithm.Use the given algorithm identified via its name.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty.encrypted
(JsonSchemaProperty target) Create new instance ofIdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
wrapping the giventarget
.JsonSchemaProperty.encrypted
(JsonSchemaProperty property) Turns the given target property into anecrypted
one.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty.rangeEncrypted
(JsonSchemaProperty target) Create new instance ofIdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty
with Range encryption, wrapping the giventarget
.