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 propertythat 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.EncryptedJsonSchemaPropertywrapping the giventarget.JsonSchemaProperty.encrypted(JsonSchemaProperty property) Turns the given target property into anecryptedone.IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty.rangeEncrypted(JsonSchemaProperty target) Create new instance ofIdentifiableJsonSchemaProperty.EncryptedJsonSchemaPropertywith Range encryption, wrapping the giventarget.