Class FileEncodingManager

java.lang.Object
com.gigaspaces.security.fs.FileEncodingManager

public class FileEncodingManager extends Object
An encoding manager encapsulating the different encoders used by the file-system implementation.

PasswordEncoder property is defined by: PASSWORD_ENCODER_CLASS_PROPERTY_KEY
ContentEncoder property is defined by: CONTENT_ENCODER_CLASS_PROPERTY_KEY
Since:
7.0.1
Author:
Moran Avigdor
  • Field Details

  • Constructor Details

    • FileEncodingManager

      public FileEncodingManager(Properties properties)
      Constructs the encoders defined by the properties file (assigns defaults if property wasn't defined).
  • Method Details