Package | Description |
---|---|
org.apache.james.rrt.file | |
org.apache.james.rrt.hbase | |
org.apache.james.rrt.jdbc | |
org.apache.james.rrt.jpa | |
org.apache.james.rrt.lib | |
org.apache.james.smtpserver.fastfail | |
org.apache.james.transport.mailets |
Core mailets for use with the Mailet API.
|
org.apache.james.user.api | |
org.apache.james.user.file | |
org.apache.james.user.jdbc | |
org.apache.james.user.lib |
Implementations of user repositories for use in James.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLRecipientRewriteTable
Class responsible to implement the Virtual User Table in XML disk file.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseRecipientRewriteTable
Implementation of the RecipientRewriteTable for a HBase persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCRecipientRewriteTable
Deprecated.
use JPARecipientRewriteTable
|
Modifier and Type | Class and Description |
---|---|
class |
JPARecipientRewriteTable
Class responsible to implement the Virtual User Table in database with JPA
access.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecipientRewriteTable |
Modifier and Type | Method and Description |
---|---|
void |
RecipientRewriteTableManagement.setManageableRecipientRewriteTable(RecipientRewriteTable vut) |
Modifier and Type | Method and Description |
---|---|
void |
ValidRcptHandler.setRecipientRewriteTable(RecipientRewriteTable vut)
Sets the virtual user table store.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipientRewriteTable.setRecipientRewriteTable(RecipientRewriteTable vut)
Sets the virtual table store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JamesUsersRepository
Deprecated.
Use
UsersRepository |
Modifier and Type | Class and Description |
---|---|
class |
UsersFileRepository
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcUsersRepository
Deprecated.
|
class |
DefaultUsersJdbcRepository
Deprecated.
|
class |
JamesUsersJdbcRepository
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJamesUsersRepository
Deprecated.
Please implement
UsersRepository |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.