Deprecated API


Contents
Deprecated Methods
org.apache.james.user.jpa.JPAUsersRepository.addUser(String, Object)
          James 2.4 user is always added using username/password and eventually modified by retrieving it later. 
org.apache.james.user.jpa.JPAUsersRepository.addUser(User)
          James 2.4 user should be added using username/password because specific implementations of UsersRepository will support specific implementations of users object. 
org.apache.james.user.jpa.JPAUsersRepository.containsCaseInsensitive(String)
          James 2.4 now caseSensitive is a property of the repository implementations and the contains will search according to this property. 
org.apache.james.user.jpa.JPAUsersRepository.getUserByNameCaseInsensitive(String)
          James 2.4 now caseSensitive is a property of the repository implementations and the getUserByName will search according to this property. 
 



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