public class FileEncodingManager extends Object
PasswordEncoderproperty is defined by:PASSWORD_ENCODER_CLASS_PROPERTY_KEY
ContentEncoderproperty is defined by:CONTENT_ENCODER_CLASS_PROPERTY_KEY
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONTENT_ENCODER_CLASS_PROPERTY_KEY
The property key identifying the  
ContentEncoder implementation class name | 
static String | 
PASSWORD_ENCODER_CLASS_PROPERTY_KEY
The property key identifying the  
PasswordEncoder implementation class name | 
| Constructor and Description | 
|---|
FileEncodingManager(Properties properties)
Constructs the encoders defined by the properties file (assigns defaults if property wasn't
 defined). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContentEncoder | 
getContentEncoder()  | 
PasswordEncoder | 
getPasswordEncoder()  | 
public static final String PASSWORD_ENCODER_CLASS_PROPERTY_KEY
PasswordEncoder implementation class namepublic static final String CONTENT_ENCODER_CLASS_PROPERTY_KEY
ContentEncoder implementation class namepublic FileEncodingManager(Properties properties)
public PasswordEncoder getPasswordEncoder()
public ContentEncoder getContentEncoder()
Copyright © GigaSpaces.