|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||