Uses of Enum
de.xima.fc.security.encryption.EFcEncryptionScope
Packages that use EFcEncryptionScope
-
Uses of EFcEncryptionScope in de.xima.fc.security.encryption
Subclasses with type arguments of type EFcEncryptionScope in de.xima.fc.security.encryptionMethods in de.xima.fc.security.encryption that return EFcEncryptionScopeModifier and TypeMethodDescriptionstatic EFcEncryptionScopeDBEncryptionProvider.getEncryptionScope(javax.persistence.EntityManagerFactory factory, javax.persistence.metamodel.EntityType<?> entityType, javax.persistence.metamodel.Attribute<?, ?> attribute) Deprecated.Checks if the given attribute is an encrypted type, such as FCEncryptedStringType or FormDataEncryptedBinaryType.static EFcEncryptionScopeDBEncryptionProvider.getEncryptionScope(javax.persistence.EntityManagerFactory factory, org.hibernate.type.Type type) Deprecated.Checks if the given type is an encrypted type, such as FCEncryptedStringType or FormDataEncryptedBinaryType.FCEncryptedBinaryType.getEncryptionScope()Deprecated.FCEncryptedIntegerType.getEncryptionScope()Deprecated.FCEncryptedStringType.getEncryptionScope()Deprecated.FormDataEncryptedBinaryType.getEncryptionScope()Deprecated.FormDataEncryptedStringType.getEncryptionScope()Deprecated.IFcEncryptedType.getEncryptionScope()Deprecated.static EFcEncryptionScopeDeprecated.Returns the enum constant of this type with the specified name.static EFcEncryptionScope[]EFcEncryptionScope.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.