|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualUserTable | |
---|---|
org.apache.james.api.vut | |
org.apache.james.api.vut.management | |
org.apache.james.core | Implementations of core James services and concepts. |
org.apache.james.impl.jamesuser | |
org.apache.james.impl.vut | |
org.apache.james.transport.mailets | Core mailets for use with the Mailet API. |
org.apache.james.userrepository | |
org.apache.james.vut |
Uses of VirtualUserTable in org.apache.james.api.vut |
---|
Methods in org.apache.james.api.vut that return VirtualUserTable | |
---|---|
VirtualUserTable |
VirtualUserTableStore.getTable(java.lang.String name)
Get the table, if any, whose name corresponds to the argument parameter |
Uses of VirtualUserTable in org.apache.james.api.vut.management |
---|
Subinterfaces of VirtualUserTable in org.apache.james.api.vut.management | |
---|---|
interface |
VirtualUserTableManagement
|
Uses of VirtualUserTable in org.apache.james.core |
---|
Methods in org.apache.james.core that return VirtualUserTable | |
---|---|
VirtualUserTable |
AvalonVirtualUserTableStore.getTable(java.lang.String name)
Get the repository, if any, whose name corresponds to the argument parameter |
Uses of VirtualUserTable in org.apache.james.impl.jamesuser |
---|
Subinterfaces of VirtualUserTable in org.apache.james.impl.jamesuser | |
---|---|
interface |
JamesUsersRepository
|
Classes in org.apache.james.impl.jamesuser that implement VirtualUserTable | |
---|---|
class |
AbstractUsersRepository
A partial implementation of a Repository to store users. |
class |
LocalJamesUsersRepository
This is a wrapper that provide access to the "LocalUsers" repository but expect to find a JamesUsersRepository and return an object implementing this extended interface |
Uses of VirtualUserTable in org.apache.james.impl.vut |
---|
Classes in org.apache.james.impl.vut that implement VirtualUserTable | |
---|---|
class |
AbstractVirtualUserTable
|
class |
DefaultVirtualUserTable
Default VirtualUserTable |
Uses of VirtualUserTable in org.apache.james.transport.mailets |
---|
Methods in org.apache.james.transport.mailets that return VirtualUserTable | |
---|---|
VirtualUserTable |
VirtualUserTable.getVut()
Gets the virtual user table. |
Methods in org.apache.james.transport.mailets with parameters of type VirtualUserTable | |
---|---|
void |
VirtualUserTable.setVut(VirtualUserTable vut)
Sets the virtual user table. |
Uses of VirtualUserTable in org.apache.james.userrepository |
---|
Classes in org.apache.james.userrepository that implement VirtualUserTable | |
---|---|
class |
AbstractJdbcUsersRepository
An abstract base class for creating UserRepository implementations which use a database for persistence. |
class |
DefaultUsersJdbcRepository
A Jdbc-backed UserRepository which handles User instances of the DefaultUser class. |
class |
JamesUsersJdbcRepository
A Jdbc-backed UserRepository which handles User instances of the DefaultJamesUser
class, or any superclass. |
class |
ListUsersJdbcRepository
A very lightweight UserRepository, which persists a list of user names in a database. |
class |
UsersFileRepository
Implementation of a Repository to store users on the File System. |
class |
UsersLDAPRepository
Implementation of a Repository to store users. |
Uses of VirtualUserTable in org.apache.james.vut |
---|
Classes in org.apache.james.vut that implement VirtualUserTable | |
---|---|
class |
JDBCVirtualUserTable
|
class |
XMLVirtualUserTable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |