Deprecated API


Contents
Deprecated Fields
com.atlassian.crowd.manager.login.util.ForgottenLoginMailer.PASSWORD_MACRO
            
 

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.service.GroupManager.getAllGroupNames()
          Since 1.4. 
com.atlassian.crowd.service.UserManager.getAllUserNames()
          Since 1.4. 
com.atlassian.crowd.manager.property.PropertyManager.getCacheTime()
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.service.soap.client.SecurityServerClientImpl.getCacheTime()
          This method is now implemented by the crowd-ehache.xml configuration file. 
com.atlassian.crowd.service.soap.client.SecurityServerClient.getCacheTime()
          This method is now implemented by the crowd-ehache.xml configuration file. 
com.atlassian.crowd.service.soap.server.SecurityServerGeneric.getCacheTime(AuthenticatedToken)
          since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml 
com.atlassian.crowd.service.soap.server.SecurityServer.getCacheTime(AuthenticatedToken)
          This method is now implemented by the crowd-ehache.xml configuration file. 
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.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.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.getSMTPTemplate()
          As of release 2.1, use PropertyManager.getProperty(String) 
com.atlassian.crowd.manager.property.PropertyManagerGeneric.getSMTPTemplate()
           
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.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 
com.atlassian.crowd.manager.property.PropertyManager.setSMTPTemplate(String)
          As of release 2.1, use PropertyManager.setProperty(String, String) 
com.atlassian.crowd.manager.property.PropertyManagerGeneric.setSMTPTemplate(String)
           
 

Deprecated Constructors
com.atlassian.crowd.embedded.api.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) 
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 © 2010 Atlassian. All Rights Reserved.