Deprecated API


Contents
Deprecated Fields
com.atlassian.crowd.directory.DirectoryMembershipsIterable.GROUPS_TO_NAMES
          use Groups.NAME_FUNCTION instead. 
 

Deprecated Methods
com.atlassian.crowd.manager.property.PropertyManager.getCacheTime()
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.model.directory.DirectoryImpl.getImplementation()
          Use a DirectoryInstanceLoader. 
com.atlassian.crowd.model.directory.DirectoryImpl.getRawImplementation()
          Use a DirectoryInstanceLoader. 
com.atlassian.crowd.manager.property.PropertyManager.getSMTPTemplate()
          As of release 2.1, use PropertyManager.getProperty(String) 
com.atlassian.crowd.manager.property.PropertyManager.getTokenSeed()
          since 2.6.2 No longer used. Seeds are now random. 
com.atlassian.crowd.directory.RemoteDirectory.isRolesDisabled()
            
com.atlassian.crowd.manager.directory.DirectoryManager.resetPassword(long, String)
          since 2.1 
com.atlassian.crowd.manager.application.ApplicationService.resetUserCredential(Application, String)
          since 2.1 
com.atlassian.crowd.search.EntityDescriptor.role()
            
com.atlassian.crowd.manager.application.ApplicationService.searchUsersAllowingDuplicateNames(Application, EntityQuery)
          this method violates the directory encapsulation of ApplicationService and will be removed in the future. Consumers of this method should move to a different service. 
com.atlassian.crowd.manager.property.PropertyManager.setCacheTime(long)
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.manager.property.PropertyManager.setSMTPTemplate(String)
          As of release 2.1, use PropertyManager.setProperty(String, String) 
com.atlassian.crowd.manager.property.PropertyManager.setTokenSeed(String)
          since 2.6.2 No longer used. 
 



Copyright © 2014 Atlassian. All Rights Reserved.