Class FileUserManager

java.lang.Object
com.gigaspaces.security.fs.FileUserManager
All Implemented Interfaces:
UserManager

public class FileUserManager extends Object implements UserManager
A file based UserManager responsible for managing users stored in a file. The file is read on construction and written to on the call to #close().

A UserDetails password is encrypted using the defined PasswordEncoder. The encoded password is set, assuming that UserDetails has a setPassword(String) method. If one isn't declared an exception is thrown.

Since:
7.0.1
Author:
Moran Avigdor