org.apache.james.nntpserver
Interface NNTPHandlerConfigurationData


public interface NNTPHandlerConfigurationData

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


Method Summary
 java.lang.String getHelloName()
          Returns the service wide hello name
 NNTPRepository getNNTPRepository()
          Returns the NNTPRepository used by this service.
 UsersRepository getUsersRepository()
          Returns the UsersRepository for this service.
 boolean isAuthRequired()
          Returns whether NNTP auth is active for this server.
 

Method Detail

getHelloName

java.lang.String getHelloName()
Returns the service wide hello name

Returns:
the hello name

isAuthRequired

boolean isAuthRequired()
Returns whether NNTP auth is active for this server.

Returns:
whether NNTP authentication is on

getNNTPRepository

NNTPRepository getNNTPRepository()
Returns the NNTPRepository used by this service.

Returns:
the NNTPRepository used by this service

getUsersRepository

UsersRepository getUsersRepository()
Returns the UsersRepository for this service.

Returns:
the local users repository


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.