|
Class Summary |
| FileAccessProvider |
|
| FileCredentialsProvider |
Following properties are required:
storeFile - the absolute path to the store file (ex:c:\\users.store)
|
| FileProfileProvider |
Following properties are required:
storeFile - the absolute path to the store file
(ex:c:\properties.store)
|
| SerializableAccessProvider |
Following properties are required:
storeFile - the absolute path to the store file
(ex:c:\groups.store)
|
| SerializableCredentialsProvider |
Following properties are required:
storeFile - the absolute path to the store file (ex:c:\\users.store)
|
| SerializableProfileProvider |
Following properties are required:
storeFile - the absolute path to the store file
(ex:c:\properties.store)
|
| XMLAccessProvider |
Following properties are required:
storeFile - the absolute path to the store file (ex: c:\groups.xml) or a resource location in the jar (ex: /groups.xml)
storeFileType - one of (file, resource)
XML format example:
|
| XMLCredentialsProvider |
Following properties are required:
storeFile - the absolute path to the store file (ex: c:\groups.xml) or a resource location in the jar (ex: /groups.xml)
storeFileType - one of (file, resource)
XML format example:
|