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-ehcache.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)
|