Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
O
R
S
T
U
V
A
addDomain(String)
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
addMappingInternal(String, String, String)
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
C
contains(String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Returns whether or not this user is in the repository
containsDomain(String)
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
countUsers()
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Returns a count of the users in the repository.
D
doAddUser(String, String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
doConfigure(HierarchicalConfiguration)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
E
equals(Object)
- Method in class org.apache.james.rrt.jpa.model.
JPARecipientRewrite.RecipientRewriteTableId
equals(Object)
- Method in class org.apache.james.user.jpa.model.
JPAUser
G
getAllMappingsInternal()
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
getDomain()
- Method in class org.apache.james.rrt.jpa.model.
JPARecipientRewrite
getDomainListInternal()
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
getRealName(String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Returns the user name of the user matching name on an equalsIgnoreCase basis.
getTargetAddress()
- Method in class org.apache.james.rrt.jpa.model.
JPARecipientRewrite
getUser()
- Method in class org.apache.james.rrt.jpa.model.
JPARecipientRewrite
getUserByName(String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Get the user object with the specified user name.
getUserDomainMappingsInternal(String, String)
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
getUserName()
- Method in class org.apache.james.user.jpa.model.
JPAUser
H
hashCode()
- Method in class org.apache.james.rrt.jpa.model.
JPARecipientRewrite.RecipientRewriteTableId
hashCode()
- Method in class org.apache.james.user.jpa.model.
JPAUser
I
init()
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
init()
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
J
JPADomain
- Class in
org.apache.james.domainlist.jpa.model
Domain class for the James Domain to be used for JPA persistence.
JPADomain(String)
- Constructor for class org.apache.james.domainlist.jpa.model.
JPADomain
Use this simple constructor to create a new Domain.
JPADomainList
- Class in
org.apache.james.domainlist.jpa
JPA implementation of the DomainList.
This implementation is compatible with the JDBCDomainList, meaning same database schema can be reused.
JPADomainList()
- Constructor for class org.apache.james.domainlist.jpa.
JPADomainList
JPARecipientRewrite
- Class in
org.apache.james.rrt.jpa.model
RecipientRewriteTable class for the James Virtual User Table to be used for JPA persistence.
JPARecipientRewrite(String, String, String)
- Constructor for class org.apache.james.rrt.jpa.model.
JPARecipientRewrite
Use this simple constructor to create a new RecipientRewriteTable.
JPARecipientRewrite.RecipientRewriteTableId
- Class in
org.apache.james.rrt.jpa.model
JPARecipientRewrite.RecipientRewriteTableId()
- Constructor for class org.apache.james.rrt.jpa.model.
JPARecipientRewrite.RecipientRewriteTableId
JPARecipientRewriteTable
- Class in
org.apache.james.rrt.jpa
Class responsible to implement the Virtual User Table in database with JPA access.
JPARecipientRewriteTable()
- Constructor for class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
JPAUser
- Class in
org.apache.james.user.jpa.model
JPAUser()
- Constructor for class org.apache.james.user.jpa.model.
JPAUser
JPAUser(String, String, String)
- Constructor for class org.apache.james.user.jpa.model.
JPAUser
JPAUsersRepository
- Class in
org.apache.james.user.jpa
JPA based UserRepository
JPAUsersRepository()
- Constructor for class org.apache.james.user.jpa.
JPAUsersRepository
L
list()
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
List users in repository.
M
mapAddressInternal(String, String)
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
O
org.apache.james.domainlist.jpa
- package org.apache.james.domainlist.jpa
org.apache.james.domainlist.jpa.model
- package org.apache.james.domainlist.jpa.model
org.apache.james.rrt.jpa
- package org.apache.james.rrt.jpa
org.apache.james.rrt.jpa.model
- package org.apache.james.rrt.jpa.model
org.apache.james.user.jpa
- package org.apache.james.user.jpa
org.apache.james.user.jpa.model
- package org.apache.james.user.jpa.model
R
removeDomain(String)
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
removeMappingInternal(String, String, String)
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
removeUser(String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Removes a user from the repository
S
setEntityManagerFactory(EntityManagerFactory)
- Method in class org.apache.james.domainlist.jpa.
JPADomainList
Set the entity manager to use.
setEntityManagerFactory(EntityManagerFactory)
- Method in class org.apache.james.rrt.jpa.
JPARecipientRewriteTable
Set the entity manager to use.
setEntityManagerFactory(EntityManagerFactory)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Sets entity manager.
setPassword(String)
- Method in class org.apache.james.user.jpa.model.
JPAUser
T
test(String, String)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Test if user with name 'name' has password 'password'.
toString()
- Method in class org.apache.james.user.jpa.model.
JPAUser
U
updateUser(User)
- Method in class org.apache.james.user.jpa.
JPAUsersRepository
Update the repository with the specified user object.
V
verifyPassword(String)
- Method in class org.apache.james.user.jpa.model.
JPAUser
A
C
D
E
G
H
I
J
L
M
O
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2012
The Apache Software Foundation
. All Rights Reserved.