| |
|
| org.apache.james.remotemanager.RemoteManagerHandlerConfigurationData
RemoteManagerHandlerConfigurationData | public interface RemoteManagerHandlerConfigurationData (Code) | | Provides a number of server-wide constant values to the
RemoteManagerHandlers
|
getAdministrativeAccountData | HashMap getAdministrativeAccountData()(Code) | | Returns the Administrative Account Data
TODO: Change the return type to make this immutable.
the admin account data |
getHelloName | String getHelloName()(Code) | | Returns the service wide hello name
the hello name |
getMailServer | MailServer getMailServer()(Code) | | Returns the MailServer interface for this service.
the MailServer interface for this service |
getPrompt | String getPrompt()(Code) | | Returns the prompt to be displayed when waiting for input. e.g. "james> ".
the configured prompt, or an empty string when the prompt is not configured. |
getUserStore | UsersStore getUserStore()(Code) | | Returns the UsersStore for this service.
the local users store |
getUsersRepository | UsersRepository getUsersRepository()(Code) | | Returns the UsersRepository for this service.
the local users repository |
|
|
|