Interface and Description |
---|
org.apache.james.user.api.model.JamesUser
Just use the User interface for Users. Forwarding and Aliasing
should get done via RecipientRewriteTable
|
org.apache.james.user.api.JamesUsersRepository
Use
UsersRepository |
Class and Description |
---|
org.apache.james.user.lib.AbstractJamesUsersRepository
Please implement
UsersRepository |
org.apache.james.user.jdbc.AbstractJdbcUsersRepository |
org.apache.james.transport.mailets.AbstractRecipientRewriteTable
use the definitions in virtualusertable-store.xml instead
|
org.apache.james.user.lib.model.DefaultJamesUser
Use
DefaultUser |
org.apache.james.user.jdbc.DefaultUsersJdbcRepository |
org.apache.james.user.jdbc.JamesUsersJdbcRepository |
org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable
use JPARecipientRewriteTable
|
org.apache.james.transport.mailets.JDBCRecipientRewriteTable
use the definitions in virtualusertable-store.xml instead
|
org.apache.james.user.file.UsersFileRepository |
org.apache.james.transport.mailets.UsersRepositoryAliasingForwarding
use org.apache.james.transport.mailets.RecipientRewriteTable
|
org.apache.james.transport.mailets.XMLRecipientRewriteTable
use the definitions in virtualusertable-store.xml instead
|
Method and Description |
---|
org.apache.james.user.api.UsersRepositoryManagementMBean.getAlias(String) |
org.apache.james.user.api.UsersRepositoryManagementMBean.getForwardAddress(String) |
org.apache.james.rrt.lib.RecipientRewriteTableUtil.getMappings(String)
Use mappingToCollection(String rawMapping)
|
org.apache.james.mailetcontainer.impl.JamesMailetContext.storeMail(MailAddress, MailAddress, MimeMessage)
since 2.2.0 look at the LocalDelivery code to find out how to
do the local delivery.
|
org.apache.james.user.api.UsersRepositoryManagementMBean.unsetAlias(String) |
org.apache.james.user.api.UsersRepositoryManagementMBean.unsetForwardAddress(String) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.