Deprecated API


Contents
Deprecated Fields
com.atlassian.crowd.search.query.entity.EntityQuery.ALL_RESULTS
          do not make a query for everything. If you do "need" everything, double check that you actually "need" it. 
 

Deprecated Methods
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.assertFormElementEmpty(String)
            
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.assertFormElementEquals(String, String)
            
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.assertFormElementMatch(String, String)
            
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.dumpHtml()
          Use WebTester.getPageSource() 
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.dumpHtml(PrintStream)
          Use WebTester.getPageSource() 
com.atlassian.crowd.integration.service.GroupManager.getAllGroupNames()
          Since 1.4. 
com.atlassian.crowd.integration.service.UserManager.getAllUserNames()
          Since 1.4. 
com.atlassian.crowd.integration.service.soap.client.SecurityServerClientImpl.getCacheTime()
          This method is now implemented by the crowd-ehache.xml configuration file. 
com.atlassian.crowd.integration.service.soap.client.SecurityServerClient.getCacheTime()
          This method is now implemented by the crowd-ehache.xml configuration file. 
com.atlassian.crowd.manager.property.PropertyManager.getCacheTime()
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.integration.service.soap.server.SecurityServer.getCacheTime(AuthenticatedToken)
          This method is now implemented by the crowd-ehache.xml configuration file. 
com.atlassian.crowd.service.soap.SecurityServerGeneric.getCacheTime(AuthenticatedToken)
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.getDialog()
          You should not use plugin specific fonctionality. Please ask for a new core feature instead. 
com.atlassian.crowd.integration.service.soap.server.SecurityServer.getDomain(AuthenticatedToken)
          This method has been superceded by SecurityServer.getCookieInfo(com.atlassian.crowd.integration.authentication.AuthenticatedToken) 
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.getFormElementValue(String)
            
com.atlassian.crowd.integration.service.GroupMembershipManager.getMemberships(String)
          Since 1.4 
com.atlassian.crowd.service.UserService.getRemoteUsername()
          use UserService.getAuthenticatedUsername(javax.servlet.http.HttpServletRequest) 
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.acceptance.utils.CrowdWebTestCase.setFormElement(String, String)
          use setTextField or other methods 
 

Deprecated Constructors
com.atlassian.crowd.integration.authentication.PasswordCredential()
          since 1.3.2, please use any other PasswordCredential constructor, this constructor should only be used by hibernate. If this constructor is used, please be aware that you must set PasswordCredential.setEncryptedCredential(boolean) 
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.