Package com.gigaspaces.security.fs
Class FileEncodingManager
java.lang.Object
com.gigaspaces.security.fs.FileEncodingManager
An encoding manager encapsulating the different encoders used by the file-system implementation.
PasswordEncoderproperty is defined by:PASSWORD_ENCODER_CLASS_PROPERTY_KEY
ContentEncoderproperty is defined by:CONTENT_ENCODER_CLASS_PROPERTY_KEY
- Since:
- 7.0.1
- Author:
- Moran Avigdor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property key identifying theContentEncoderimplementation class namestatic final StringThe property key identifying thePasswordEncoderimplementation class name -
Constructor Summary
ConstructorsConstructorDescriptionFileEncodingManager(Properties properties) Constructs the encoders defined by the properties file (assigns defaults if property wasn't defined). -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
PASSWORD_ENCODER_CLASS_PROPERTY_KEY
The property key identifying thePasswordEncoderimplementation class name- See Also:
-
CONTENT_ENCODER_CLASS_PROPERTY_KEY
The property key identifying theContentEncoderimplementation class name- See Also:
-
-
Constructor Details
-
FileEncodingManager
Constructs the encoders defined by the properties file (assigns defaults if property wasn't defined).
-
-
Method Details
-
getPasswordEncoder
-
getContentEncoder
-