Deprecated API


Contents
Deprecated Fields
com.atlassian.crowd.model.property.Property.LICENSE_HASH
          property stored in atlassian-config from v1.3. 
com.atlassian.crowd.model.property.Property.LICENSE_KEY
          property stored in atlassian-config from v1.3. 
com.atlassian.crowd.model.property.Property.LICENSE_MESSAGE
          property stored in atlassian-config from v1.3. 
com.atlassian.crowd.model.property.Property.SERVER_ID
          property stored in atlassian-config from v1.3. 
com.atlassian.crowd.model.property.Property.SETUP_PROCESS_COMPLETE
          property stored in atlassian-config from v1.3. 
 

Deprecated Methods
com.atlassian.crowd.integration.model.DirectoryContainer.addMember(Principal)
          since v1.3. Use RemoteDirectory. 
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 getCookieConfig(AuthenticatedToken) 
com.atlassian.crowd.acceptance.utils.CrowdWebTestCase.getFormElementValue(String)
            
com.atlassian.crowd.integration.service.GroupMembershipManager.getMemberships(String)
          Since 1.4 
com.atlassian.crowd.integration.model.DirectoryContainer.getPrincipalMembers()
          since v1.3. Use RemoteDirectory.findAllGroupMembers|findAllRoleMembers. 
com.atlassian.crowd.manager.property.PropertyManager.getServerId()
          since v1.3. Use CrowdBootstrapManager. 
com.atlassian.crowd.integration.model.DirectoryContainer.isMember(Principal)
          since v1.3. Use RemoteDirectory. 
com.atlassian.crowd.integration.model.DirectoryContainer.members()
          since v1.3. Use RemoteDirectory. 
com.atlassian.crowd.integration.model.DirectoryContainer.removeMember(Principal)
          since v1.3. Use RemoteDirectory. 
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.integration.model.DirectoryContainer.setPrincipalMembers(Set)
          since v1.3. Use RemoteDirectory or DirectoryManager. 
com.atlassian.crowd.manager.property.PropertyManager.setServerId(String)
          since v1.3. Use CrowdBootstrapManager. 
 

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.