| org.apache.james.nntpserver.NNTPHandlerConfigurationData
NNTPHandlerConfigurationData | public interface NNTPHandlerConfigurationData (Code) | | Provides a number of server-wide constant values to the
NNTPHandlers
|
getHelloName | String getHelloName()(Code) | | Returns the service wide hello name
the hello name |
getNNTPRepository | NNTPRepository getNNTPRepository()(Code) | | Returns the NNTPRepository used by this service.
the NNTPRepository used by this service |
getUsersRepository | UsersRepository getUsersRepository()(Code) | | Returns the UsersRepository for this service.
the local users repository |
isAuthRequired | boolean isAuthRequired()(Code) | | Returns whether NNTP auth is active for this server.
whether NNTP authentication is on |
|
|