FileDocCategorySizeDatePackage
NNTPHandlerConfigurationData.javaAPI DocApache James 2.3.12146Fri Jan 12 12:56:24 GMT 2007org.apache.james.nntpserver

NNTPHandlerConfigurationData

public interface NNTPHandlerConfigurationData
Provides a number of server-wide constant values to the NNTPHandlers

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHelloName()
Returns the service wide hello name

return
the hello name

public org.apache.james.nntpserver.repository.NNTPRepositorygetNNTPRepository()
Returns the NNTPRepository used by this service.

return
the NNTPRepository used by this service

public org.apache.james.services.UsersRepositorygetUsersRepository()
Returns the UsersRepository for this service.

return
the local users repository

public booleanisAuthRequired()
Returns whether NNTP auth is active for this server.

return
whether NNTP authentication is on