Class FieldLevelEncryptionProfileConfig

    • Method Detail

      • name

        public final String name()

        Profile name for the field-level encryption profile.

        Returns:
        Profile name for the field-level encryption profile.
      • callerReference

        public final String callerReference()

        A unique number that ensures that the request can't be replayed.

        Returns:
        A unique number that ensures that the request can't be replayed.
      • comment

        public final String comment()

        An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.

        Returns:
        An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
      • encryptionEntities

        public final EncryptionEntities encryptionEntities()

        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

        Returns:
        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)