Package | Description |
---|---|
org.apache.james.adapter.mailbox.maildir | |
org.apache.james.adapter.mailbox.store | |
org.apache.james.fetchmail | |
org.apache.james.lmtpserver.hook | |
org.apache.james.mailetcontainer.impl | |
org.apache.james.smtpserver | |
org.apache.james.smtpserver.fastfail | |
org.apache.james.transport.mailets |
Core mailets for use with the Mailet API.
|
org.apache.james.transport.matchers |
Core matchers for use with the Mailet API.
|
org.apache.james.user.api | |
org.apache.james.user.file | |
org.apache.james.user.hbase | |
org.apache.james.user.jcr | |
org.apache.james.user.jdbc | |
org.apache.james.user.jpa | |
org.apache.james.user.ldap | |
org.apache.james.user.lib |
Implementations of user repositories for use in James.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.james.mailbox.maildir.MaildirStore |
MaildirStoreUtil.create(FileSystem fs,
UsersRepository usersRepos,
String rootURL,
org.apache.james.mailbox.MailboxPathLocker locker)
Return a
MaildirStore instance |
Modifier and Type | Method and Description |
---|---|
void |
UserRepositoryAuthenticator.setUsersRepository(UsersRepository repos) |
Modifier and Type | Method and Description |
---|---|
protected UsersRepository |
FetchMail.getLocalUsers()
Returns the localUsers.
|
protected UsersRepository |
ProcessorAbstract.getLocalUsers()
Returns the repository of local users.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchScheduler.setUsersRepository(UsersRepository urepos) |
void |
FetchMail.setUsersRepository(UsersRepository urepos) |
Modifier and Type | Method and Description |
---|---|
void |
MailboxDeliverToRecipientHandler.setUsersRepository(UsersRepository users) |
Modifier and Type | Method and Description |
---|---|
void |
JamesMailetContext.setUsersRepository(UsersRepository localusers) |
Modifier and Type | Method and Description |
---|---|
UsersRepository |
UsersRepositoryAuthHook.getUsers()
Gets the users repository.
|
Modifier and Type | Method and Description |
---|---|
void |
UsersRepositoryAuthHook.setUsers(UsersRepository users)
Sets the users repository.
|
void |
SenderAuthIdentifyVerificationRcptHook.setUsersRepository(UsersRepository users) |
Modifier and Type | Method and Description |
---|---|
UsersRepository |
ValidRcptHandler.getUsers()
Gets the users repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidRcptHandler.setUsers(UsersRepository users)
Sets the users repository.
|
Modifier and Type | Method and Description |
---|---|
void |
UsersRepositoryAliasingForwarding.setUsersRepository(UsersRepository usersRepository)
Deprecated.
|
void |
WhiteListManager.setUsersRepository(UsersRepository localusers) |
void |
SieveMailet.setUsersRepository(UsersRepository usersRepos) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSQLWhitelistMatcher.setUsersRepository(UsersRepository localusers) |
void |
AbstractStorageQuota.setUsersRepository(UsersRepository localusers) |
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 |
HBaseUsersRepository
Implementation of the UserRepository for a HBase persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
JCRUsersRepository
UsersRepository implementation which stores users to a JCR
Repository |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcUsersRepository
Deprecated.
|
class |
DefaultUsersJdbcRepository
Deprecated.
|
class |
JamesUsersJdbcRepository
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAUsersRepository
JPA based UserRepository
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyUsersLDAPRepository
This repository implementation serves as a bridge between Apache James and
LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJamesUsersRepository
Deprecated.
Please implement
UsersRepository |
class |
AbstractUsersRepository |
Modifier and Type | Method and Description |
---|---|
void |
UsersRepositoryManagement.setUsersRepository(UsersRepository localUsers) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.