Uses of Class
org.springframework.data.mongodb.core.CollectionOptions.EncryptedFieldsOptions
Packages that use CollectionOptions.EncryptedFieldsOptions
-
Uses of CollectionOptions.EncryptedFieldsOptions in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return CollectionOptions.EncryptedFieldsOptionsModifier and TypeMethodDescriptionCollectionOptions.EncryptedFieldsOptions.encrypted(JsonSchemaProperty property, Object keyId) Add apropertythat should be encrypted but not queryable.CollectionOptions.EncryptedFieldsOptions.fromProperties(List<? extends JsonSchemaProperty> properties) CollectionOptions.EncryptedFieldsOptions.fromSchema(MongoJsonSchema schema) CollectionOptions.EncryptedFieldsOptions.none()CollectionOptions.EncryptedFieldsOptions.queryable(JsonSchemaProperty property, QueryCharacteristic... characteristics) Add a newqueryable propertyfor the given source property.CollectionOptions.EncryptedFieldsOptions.with(IdentifiableJsonSchemaProperty.EncryptedJsonSchemaProperty property) Add anencrypted propertythat should not be queryable.Methods in org.springframework.data.mongodb.core that return types with arguments of type CollectionOptions.EncryptedFieldsOptionsModifier and TypeMethodDescriptionCollectionOptions.getEncryptedFieldsOptions()Get theencryptedFieldsif available.Methods in org.springframework.data.mongodb.core with parameters of type CollectionOptions.EncryptedFieldsOptionsModifier and TypeMethodDescriptionCollectionOptions.encrypted(CollectionOptions.EncryptedFieldsOptions encryptedFieldsOptions) Set theCollectionOptions.EncryptedFieldsOptionsfor collections using queryable encryption.static CollectionOptionsCollectionOptions.encryptedCollection(CollectionOptions.EncryptedFieldsOptions encryptedFieldsOptions) Create newCollectionOptionswith the givenencryptedFields.Method parameters in org.springframework.data.mongodb.core with type arguments of type CollectionOptions.EncryptedFieldsOptionsModifier and TypeMethodDescriptionstatic CollectionOptionsCollectionOptions.encryptedCollection(Function<CollectionOptions.EncryptedFieldsOptions, CollectionOptions.EncryptedFieldsOptions> optionsFunction) Create newCollectionOptionsbuilding encryption options in a fluent style.static CollectionOptionsCollectionOptions.encryptedCollection(Function<CollectionOptions.EncryptedFieldsOptions, CollectionOptions.EncryptedFieldsOptions> optionsFunction) Create newCollectionOptionsbuilding encryption options in a fluent style.