Uses of Class
org.apache.james.postage.user.UserList

Packages that use UserList
org.apache.james.postage.client   
org.apache.james.postage.configuration   
 

Uses of UserList in org.apache.james.postage.client
 

Constructors in org.apache.james.postage.client with parameters of type UserList
POP3Client(java.lang.String host, int port, UserList internalUsers, PostageRunnerResult results)
           
SMTPClient(java.lang.String host, int port, UserList internalUsers, UserList externalUsers, PostageRunnerResult results, MailSender mailSender)
           
 

Uses of UserList in org.apache.james.postage.configuration
 

Methods in org.apache.james.postage.configuration that return UserList
 UserList PostageConfiguration.getExternalUsers()
           
 UserList PostageConfiguration.getInternalUsers()
           
 

Methods in org.apache.james.postage.configuration with parameters of type UserList
 void PostageConfiguration.setExternalUsers(UserList externalUsers)
           
 void PostageConfiguration.setInternalUsers(UserList internalUsers)
           
 



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