Interface | Description |
---|---|
FileService |
Defines an interface for accessing
UserDetails and RoleDetails stored in a file. |
Class | Description |
---|---|
FileContent |
Serializable content to be written to a file.
|
FileDirectoryManager |
A file based
DirectoryManager responsible for managing users and roles stored in a file. |
FileEncodingManager |
An encoding manager encapsulating the different encoders used by the file-system implementation.
|
FileRoleManager |
A file based
RoleManager responsible for managing roles stored in a file. |
FileSecurityManager |
A File based
SecurityManager responsible for authenticating requests against users stored
in a file, and creating a FileDirectoryManager for managing the directory. |
FileServiceAccessor |
An internal accessor on top of a
FileService , holding a file-content cache, and the
encoding manager. |
FileUserManager |
A file based
UserManager responsible for managing users stored in a file. |
LocalFileService |
A
FileService responsible for reading and writing to a file on the local file-system. |
URLFileService |
A
FileService responsible for reading from a URL . |
Copyright © GigaSpaces.