org.apache.james.postage.smtpserver
Class SimpleSMTPServerConfiguration

java.lang.Object
  extended by org.apache.avalon.framework.configuration.AbstractConfiguration
      extended by org.apache.avalon.framework.configuration.DefaultConfiguration
          extended by org.apache.james.postage.smtpserver.SimpleSMTPServerConfiguration
All Implemented Interfaces:
java.io.Serializable, org.apache.avalon.framework.configuration.Configuration, org.apache.avalon.framework.configuration.MutableConfiguration

public class SimpleSMTPServerConfiguration
extends org.apache.avalon.framework.configuration.DefaultConfiguration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.avalon.framework.configuration.DefaultConfiguration
EMPTY_ARRAY
 
Constructor Summary
SimpleSMTPServerConfiguration(int smtpListenerPort)
           
 
Method Summary
 java.lang.String getAuthorizedAddresses()
           
static org.apache.avalon.framework.configuration.Configuration getValuedConfiguration(java.lang.String name, java.lang.String value)
           
 void init()
           
 void setAuthorizedAddresses(java.lang.String authorizedAddresses)
           
 void setAuthorizingAnnounce()
           
 void setAuthorizingNotRequired()
           
 void setAuthorizingRequired()
           
 
Methods inherited from class org.apache.avalon.framework.configuration.DefaultConfiguration
addAll, addAll, addAllAttributes, addAllChildren, addAllChildren, addAttribute, addChild, appendValueData, checkWriteable, equals, getAttribute, getAttributeNames, getChild, getChildCount, getChildren, getChildren, getLocation, getMutableChild, getMutableChild, getMutableChildren, getMutableChildren, getName, getNamespace, getPrefix, getValue, getValue, hashCode, isReadOnly, makeReadOnly, removeChild, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setValue, setValue, setValue, setValue, setValue, setValue
 
Methods inherited from class org.apache.avalon.framework.configuration.AbstractConfiguration
getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLong, getChild, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configuration
getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLong, getChild, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong
 

Constructor Detail

SimpleSMTPServerConfiguration

public SimpleSMTPServerConfiguration(int smtpListenerPort)
Method Detail

getValuedConfiguration

public static org.apache.avalon.framework.configuration.Configuration getValuedConfiguration(java.lang.String name,
                                                                                             java.lang.String value)

getAuthorizedAddresses

public java.lang.String getAuthorizedAddresses()

setAuthorizedAddresses

public void setAuthorizedAddresses(java.lang.String authorizedAddresses)

setAuthorizingNotRequired

public void setAuthorizingNotRequired()

setAuthorizingRequired

public void setAuthorizingRequired()

setAuthorizingAnnounce

public void setAuthorizingAnnounce()

init

public void init()


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.