org.apache.james.nntpserver
Interface NNTPHandlerConfigurationData


public interface NNTPHandlerConfigurationData

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

Author:
Peter M. Goldstein

Method Summary
 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

public String getHelloName()
Returns the service wide hello name

Returns:
the hello name

isAuthRequired

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

Returns:
whether NNTP authentication is on

getNNTPRepository

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

Returns:
the NNTPRepository used by this service

getUsersRepository

public UsersRepository getUsersRepository()
Returns the UsersRepository for this service.

Returns:
the local users repository


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."