A C E G H J L M O R S T U V

A

addMappingInternal(String, String, String) - Method in class org.apache.james.vut.jpa.JPAVirtualUserTable
 
addUser(User) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Deprecated. James 2.4 user should be added using username/password because specific implementations of UsersRepository will support specific implementations of users object.
addUser(String, Object) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Deprecated. James 2.4 user is always added using username/password and eventually modified by retrieving it later.
addUser(String, String) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Adds a user to the repository with the specified password

C

configure(HierarchicalConfiguration) - Method in class org.apache.james.user.jpa.JPAUsersRepository
 
contains(String) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Returns whether or not this user is in the repository
containsCaseInsensitive(String) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Deprecated. James 2.4 now caseSensitive is a property of the repository implementations and the contains will search according to this property.
countUsers() - Method in class org.apache.james.user.jpa.JPAUsersRepository
Returns a count of the users in the repository.

E

equals(Object) - Method in class org.apache.james.user.jpa.model.JPAUser
 
equals(Object) - Method in class org.apache.james.vut.jpa.model.JPAVirtualUser.VirtualUserTableId
 

G

getAllMappingsInternal() - Method in class org.apache.james.vut.jpa.JPAVirtualUserTable
 
getDomain() - Method in class org.apache.james.vut.jpa.model.JPAVirtualUser
 
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.vut.jpa.model.JPAVirtualUser
 
getUser() - Method in class org.apache.james.vut.jpa.model.JPAVirtualUser
 
getUserByName(String) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Get the user object with the specified user name.
getUserByNameCaseInsensitive(String) - Method in class org.apache.james.user.jpa.JPAUsersRepository
Deprecated. James 2.4 now caseSensitive is a property of the repository implementations and the getUserByName will search according to this property.
getUserDomainMappingsInternal(String, String) - Method in class org.apache.james.vut.jpa.JPAVirtualUserTable
 
getUserName() - Method in class org.apache.james.user.jpa.model.JPAUser
 

H

hashCode() - Method in class org.apache.james.user.jpa.model.JPAUser
 
hashCode() - Method in class org.apache.james.vut.jpa.model.JPAVirtualUser.VirtualUserTableId
 

J

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
 
JPAVirtualUser - Class in org.apache.james.vut.jpa.model
VirtualUserTable class for the James Virtual User Table to be used for JPA persistence.
JPAVirtualUser(String, String, String) - Constructor for class org.apache.james.vut.jpa.model.JPAVirtualUser
Use this simple constructor to create a new VirtualUserTable.
JPAVirtualUser.VirtualUserTableId - Class in org.apache.james.vut.jpa.model
 
JPAVirtualUser.VirtualUserTableId() - Constructor for class org.apache.james.vut.jpa.model.JPAVirtualUser.VirtualUserTableId
 
JPAVirtualUserTable - Class in org.apache.james.vut.jpa
Class responsible to implement the Virtual User Table in database with JPA access.
JPAVirtualUserTable() - Constructor for class org.apache.james.vut.jpa.JPAVirtualUserTable
 

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.vut.jpa.JPAVirtualUserTable
 

O

org.apache.james.user.jpa - package org.apache.james.user.jpa
 
org.apache.james.user.jpa.model - package org.apache.james.user.jpa.model
 
org.apache.james.vut.jpa - package org.apache.james.vut.jpa
 
org.apache.james.vut.jpa.model - package org.apache.james.vut.jpa.model
 

R

removeMappingInternal(String, String, String) - Method in class org.apache.james.vut.jpa.JPAVirtualUserTable
 
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.user.jpa.JPAUsersRepository
Sets entity manager.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.apache.james.vut.jpa.JPAVirtualUserTable
Set the entity manager to use.
setLog(Log) - Method in class org.apache.james.user.jpa.JPAUsersRepository
 
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 E G H J L M O R S T U V

Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.