A B C D E F G H I L M N O P Q R S U V

A

AbstractDomainList - Class in org.apache.james.domainlist.lib
All implementations of the DomainList interface should extends this abstract class
AbstractDomainList() - Constructor for class org.apache.james.domainlist.lib.AbstractDomainList
 
AbstractFileRepository - Class in org.apache.james.repository.file
This an abstract class implementing functionality for creating a file-store.
AbstractFileRepository() - Constructor for class org.apache.james.repository.file.AbstractFileRepository
 
AbstractJamesUsersRepository - Class in org.apache.james.user.lib
Deprecated. Please implement UsersRepository
AbstractJamesUsersRepository() - Constructor for class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
AbstractMailRepository - Class in org.apache.james.mailrepository.lib
This class represent an AbstractMailRepository.
AbstractMailRepository() - Constructor for class org.apache.james.mailrepository.lib.AbstractMailRepository
 
AbstractRecipientRewriteTable - Class in org.apache.james.rrt.lib
 
AbstractRecipientRewriteTable() - Constructor for class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
AbstractUsersRepository - Class in org.apache.james.user.lib
 
AbstractUsersRepository() - Constructor for class org.apache.james.user.lib.AbstractUsersRepository
 
accept(File, String) - Method in class org.apache.james.repository.file.ExtensionFileFilter
 
accept(File, String) - Method in class org.apache.james.repository.file.NumberedRepositoryFileFilter
 
addAddressMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
addAddressMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
addAddressMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
addAliasDomainMapping(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
addAliasDomainMapping(String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
addDomain(String) - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
addDomainMapping(String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
addErrorMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
addErrorMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
addErrorMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
addMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
addMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
addMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
addMappingInternal(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Add new mapping
addRegexMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
addRegexMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
addRegexMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
addUser(String, String) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
addUser(String, String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 

B

BYTE_MASK - Static variable in class org.apache.james.repository.file.AbstractFileRepository
 

C

canI(Object) - Method in class org.apache.james.mailrepository.lib.Lock
Check to see if we can lock on a given object.
ClassLoaderObjectInputStream - Class in org.apache.james.repository.file
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class org.apache.james.repository.file.ClassLoaderObjectInputStream
 
CollectionToMapping(Collection<String>) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Convert a Collection which holds mappings to a raw mapping String
configure(HierarchicalConfiguration) - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
configure(HierarchicalConfiguration) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
configure(HierarchicalConfiguration) - Method in class org.apache.james.repository.file.AbstractFileRepository
 
configure(HierarchicalConfiguration) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
configure(HierarchicalConfiguration) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
configure(HierarchicalConfiguration) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
containsDomain(String) - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
containsKey(String) - Method in interface org.apache.james.repository.api.ObjectRepository
 
containsKey(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Indicates if the given key is associated to a contained object
countUsers() - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
createChildRepository() - Method in class org.apache.james.repository.file.AbstractFileRepository
Return a new instance of this class

D

DEBUG - Static variable in class org.apache.james.repository.file.AbstractFileRepository
 
decode(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Inverse of encode exept it do not use path.
DEEP_DEBUG - Static variable in class org.apache.james.mailrepository.lib.AbstractMailRepository
Whether 'deep debugging' is turned on.
DefaultJamesUser - Class in org.apache.james.user.lib.model
Deprecated. Use DefaultUser
DefaultJamesUser(String, String) - Constructor for class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
DefaultJamesUser(String, String, String) - Constructor for class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
DefaultUser - Class in org.apache.james.user.lib.model
Implementation of User Interface.
DefaultUser(String, String) - Constructor for class org.apache.james.user.lib.model.DefaultUser
Standard constructor.
DefaultUser(String, String, String) - Constructor for class org.apache.james.user.lib.model.DefaultUser
Constructor for repositories that are construcing user objects from separate fields, e.g.
deleteUser(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
digestFile(String, String) - Static method in class org.apache.james.user.lib.util.DigestUtil
Calculate digest of given file with given algorithm.
digestString(String, String) - Static method in class org.apache.james.user.lib.util.DigestUtil
Calculate digest of given String using given algorithm.
DigestUtil - Class in org.apache.james.user.lib.util
Computes and verifies digests of files and strings
doAddUser(User) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Adds a user to the underlying Repository.
doAddUser(String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
doAddUser(String, String) - Method in class org.apache.james.user.lib.AbstractUsersRepository
Add the user with the given username and password
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Override to handle config
doConfigure(HierarchicalConfiguration) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
DomainListManagement - Class in org.apache.james.domainlist.lib
 
DomainListManagement() - Constructor for class org.apache.james.domainlist.lib.DomainListManagement
 
doUpdateUser(User) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Updates a user record to match the supplied User.

E

enableAliases - Variable in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Enable Aliases frmo JamesUser
enableForwarding - Variable in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Wether to enable forwarding for JamesUser or not
encode(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Returns a String that uniquely identifies the object.
ExtensionFileFilter - Class in org.apache.james.repository.file
This filters files based on the extension (what the filename ends with).
ExtensionFileFilter(String[]) - Constructor for class org.apache.james.repository.file.ExtensionFileFilter
 
ExtensionFileFilter(String) - Constructor for class org.apache.james.repository.file.ExtensionFileFilter
 

F

FilePersistentObjectRepository - Class in org.apache.james.repository.file
This is a simple implementation of persistent object store using object serialization on the file system.
FilePersistentObjectRepository() - Constructor for class org.apache.james.repository.file.FilePersistentObjectRepository
 
FilePersistentStreamRepository - Class in org.apache.james.repository.file
Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow mark and reset methods.
FilePersistentStreamRepository() - Constructor for class org.apache.james.repository.file.FilePersistentStreamRepository
 

G

get(String) - Method in interface org.apache.james.repository.api.ObjectRepository
 
get(String, ClassLoader) - Method in interface org.apache.james.repository.api.ObjectRepository
 
get(String) - Method in interface org.apache.james.repository.api.StreamRepository
 
get(String) - Method in class org.apache.james.repository.file.FilePersistentObjectRepository
 
get(String, ClassLoader) - Method in class org.apache.james.repository.file.FilePersistentObjectRepository
 
get(String) - Method in class org.apache.james.repository.file.FilePersistentStreamRepository
 
getAlias() - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
getAlias(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
getAliasing() - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
getAllMappings() - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
getAllMappings() - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
getAllMappings() - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
getAllMappingsInternal() - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Return a Map which holds all Mappings
getChildRepository(String) - Method in interface org.apache.james.repository.api.Repository
 
getChildRepository(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
 
getDefaultDomain() - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
getDefaultDomain() - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
getDNSServer() - Method in class org.apache.james.domainlist.lib.AbstractDomainList
Return dnsServer
getDomainListInternal() - Method in class org.apache.james.domainlist.lib.AbstractDomainList
Return domainList
getDomains() - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
getDomains() - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
getExtensionDecorator() - Method in class org.apache.james.repository.file.AbstractFileRepository
 
getExtensionDecorator() - Method in class org.apache.james.repository.file.FilePersistentObjectRepository
 
getExtensionDecorator() - Method in class org.apache.james.repository.file.FilePersistentStreamRepository
 
getFile(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Return the File Object which belongs to the given key
getFixedDomain(String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Fix the domain for the given argument.
getFixedUser(String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Return user String for the given argument.
getForwardAddress(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
getForwarding() - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
getForwardingDestination() - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
getHashAlgorithm() - Method in class org.apache.james.user.lib.model.DefaultUser
Method to access the hashing algorithm of the password.
getHashedPassword() - Method in class org.apache.james.user.lib.model.DefaultUser
Method to access hash of password
getInputStream(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Return the InputStream which belongs to the given key
getLogger() - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
getLogger() - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
getLogger() - Method in class org.apache.james.repository.file.AbstractFileRepository
 
getLogger() - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
getLogger() - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
getMappings(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
getMappings(String, String, int) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
getMappings(String) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Deprecated. Use mappingToCollection(String rawMapping)
getMappings(String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
getOutputStream(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Return the OutputStream which belongs to the given key
getSeparator(String) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Returns the character used to delineate multiple addresses.
getSize(String) - Method in class org.apache.james.repository.file.FilePersistentStreamRepository
Return the size of the file which belongs to the given key
getTargetString(String, String, Map<String, String>) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Returns the real recipient given a virtual username and domain.
getUserDomainMappings(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
getUserDomainMappings(String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
getUserDomainMappings(String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
getUserDomainMappingsInternal(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Return Collection of all mappings for the given username and domain
getUserName() - Method in class org.apache.james.user.lib.model.DefaultUser
 
getVirtualHostingEnabled() - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
getXMLMappings(String) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Returns a Map which contains the mappings

H

HEX_DIGITS - Static variable in class org.apache.james.repository.file.AbstractFileRepository
 

I

ignoreCase - Variable in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Ignore case in usernames
init() - Method in class org.apache.james.repository.file.AbstractFileRepository
 
initialize() - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated. Initializes default values for local fields.
internalRemove(String) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
internalStore(Mail) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
isLocked(Object) - Method in class org.apache.james.mailrepository.lib.Lock
Check to see if the object is locked
isValidUsername(String) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 

L

list() - Method in interface org.apache.james.repository.api.ObjectRepository
 
list() - Method in interface org.apache.james.repository.api.StreamRepository
 
list() - Method in class org.apache.james.repository.file.AbstractFileRepository
Returns the list of used keys.
listAllUsers() - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
lock(String) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
Lock - Class in org.apache.james.mailrepository.lib
Provides Lock functionality
Lock() - Constructor for class org.apache.james.mailrepository.lib.Lock
 
lock(Object) - Method in class org.apache.james.mailrepository.lib.Lock
Lock on a given object.

M

m_baseDirectory - Variable in class org.apache.james.repository.file.AbstractFileRepository
 
m_extension - Variable in class org.apache.james.repository.file.AbstractFileRepository
 
m_filter - Variable in class org.apache.james.repository.file.AbstractFileRepository
 
m_name - Variable in class org.apache.james.repository.file.AbstractFileRepository
 
main(String[]) - Static method in class org.apache.james.user.lib.util.DigestUtil
Command line interface.
mapAddressInternal(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Override to map virtual recipients to real recipients, both local and non-local.
mappingToCollection(String) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Convert a raw mapping String to a Collection

N

NumberedRepositoryFileFilter - Class in org.apache.james.repository.file
This filters files based on the extension and is tailored to provide backwards compatibility of the numbered repositories that Avalon does.
NumberedRepositoryFileFilter(String) - Constructor for class org.apache.james.repository.file.NumberedRepositoryFileFilter
Default Constructor

O

ObjectRepository - Interface in org.apache.james.repository.api
 
org.apache.james.domainlist.lib - package org.apache.james.domainlist.lib
 
org.apache.james.mailrepository.lib - package org.apache.james.mailrepository.lib
 
org.apache.james.repository.api - package org.apache.james.repository.api
 
org.apache.james.repository.file - package org.apache.james.repository.file
 
org.apache.james.rrt.lib - package org.apache.james.rrt.lib
 
org.apache.james.user.lib - package org.apache.james.user.lib
Implementations of user repositories for use in James.
org.apache.james.user.lib.model - package org.apache.james.user.lib.model
 
org.apache.james.user.lib.util - package org.apache.james.user.lib.util
 

P

printUsage() - Static method in class org.apache.james.user.lib.util.DigestUtil
Print the command line usage string.
put(String, Object) - Method in interface org.apache.james.repository.api.ObjectRepository
 
put(String) - Method in interface org.apache.james.repository.api.StreamRepository
 
put(String, Object) - Method in class org.apache.james.repository.file.FilePersistentObjectRepository
 
put(String) - Method in class org.apache.james.repository.file.FilePersistentStreamRepository
 

Q

QUERY - Static variable in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
 

R

RecipientRewriteTableManagement - Class in org.apache.james.rrt.lib
Management for RecipientRewriteTables
RecipientRewriteTableManagement() - Constructor for class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
RecipientRewriteTableUtil - Class in org.apache.james.rrt.lib
This helper class contains methods for the RecipientRewriteTable implementations
regexMap(MailAddress, String) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Processes regex virtual user mapping If a mapped target string begins with the prefix regex:, it must be formatted as regex::, e.g., regex:(.*)@(.*):${1}@tld
remove(Mail) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
remove(Collection<Mail>) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
remove(String) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
remove(String) - Method in interface org.apache.james.repository.api.ObjectRepository
 
remove(String) - Method in interface org.apache.james.repository.api.StreamRepository
 
remove(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Remove the object associated to the given key.
removeAddressMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
removeAddressMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
removeAddressMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
removeAliasDomainMapping(String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
removeAliasDomainMapping(String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
removeDomain(String) - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
removeDomainMapping(String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
removeErrorMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
removeErrorMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
removeErrorMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
removeMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
removeMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
removeMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
removeMappingInternal(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Remove mapping
removeRegexMapping(String, String, String) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
removeRegexMapping(String, String, String) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
removeRegexMapping(String, String, String) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
replaceParameters(String, Map<String, String>) - Static method in class org.apache.james.rrt.lib.RecipientRewriteTableUtil
Returns a named string, replacing parameters with the values set.
Repository - Interface in org.apache.james.repository.api
 
resolveClass(ObjectStreamClass) - Method in class org.apache.james.repository.file.ClassLoaderObjectInputStream
 

S

setAlias(String) - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
setAliasing(boolean) - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
setAutoDetect(boolean) - Method in class org.apache.james.domainlist.lib.AbstractDomainList
Set to true to autodetect the hostname of the host on which james is running, and add this to the domain service Default is true
setAutoDetectIP(boolean) - Method in class org.apache.james.domainlist.lib.AbstractDomainList
Set to true to lookup the ipaddresses for each given domain and add these to the domain service Default is true
setDestination(String) - Method in class org.apache.james.repository.file.AbstractFileRepository
Set the destination for the repository
setDNSService(DNSService) - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
setDomainList(DomainList) - Method in class org.apache.james.domainlist.lib.DomainListManagement
 
setDomainList(DomainList) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
setDomainList(DomainList) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
setEnableAliases(boolean) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
setEnableForwarding(boolean) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
setEnableVirtualHosting(boolean) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
setFileSystem(FileSystem) - Method in class org.apache.james.repository.file.AbstractFileRepository
 
setForwarding(boolean) - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
setForwardingDestination(MailAddress) - Method in class org.apache.james.user.lib.model.DefaultJamesUser
Deprecated.  
setIgnoreCase(boolean) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated.  
setLog(Logger) - Method in class org.apache.james.domainlist.lib.AbstractDomainList
 
setLog(Logger) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
setLog(Logger) - Method in class org.apache.james.repository.file.AbstractFileRepository
 
setLog(Logger) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
setLog(Logger) - Method in class org.apache.james.user.lib.AbstractUsersRepository
 
setManageableRecipientRewriteTable(RecipientRewriteTable) - Method in class org.apache.james.rrt.lib.RecipientRewriteTableManagement
 
setMappingLimit(int) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
Set the mappingLimit
setPassword(String) - Method in class org.apache.james.user.lib.model.DefaultUser
 
setPassword(String, String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
setRecursiveMapping(boolean) - Method in class org.apache.james.rrt.lib.AbstractRecipientRewriteTable
 
setUsersRepository(UsersRepository) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
store(Mail) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
StreamRepository - Interface in org.apache.james.repository.api
 
supportVirtualHosting() - Method in class org.apache.james.user.lib.AbstractUsersRepository
 

U

unlock(String) - Method in class org.apache.james.mailrepository.lib.AbstractMailRepository
 
unlock(Object) - Method in class org.apache.james.mailrepository.lib.Lock
Release the lock on a given object.
unsetAlias(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
unsetForwardAddress(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
updateUser(User) - Method in class org.apache.james.user.lib.AbstractJamesUsersRepository
Deprecated. Update the repository with the specified user object.
UsersRepositoryManagement - Class in org.apache.james.user.lib
 
UsersRepositoryManagement() - Constructor for class org.apache.james.user.lib.UsersRepositoryManagement
 

V

verifyExists(String) - Method in class org.apache.james.user.lib.UsersRepositoryManagement
 
verifyPassword(String) - Method in class org.apache.james.user.lib.model.DefaultUser
 

A B C D E F G H I L M N O P Q R S U V

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