public class CrowdApplicationPasswordManagerGeneric extends Object implements CrowdApplicationPasswordManager
| Constructor and Description |
|---|
CrowdApplicationPasswordManagerGeneric() |
| Modifier and Type | Method and Description |
|---|---|
void |
resetCrowdPasswordIfRequired()
Resets both the Crowd application's password in the database
and application.password in crowd.properties.
|
void |
setApplicationManager(ApplicationManager applicationManager) |
void |
setClientProperties(ClientProperties clientProperties) |
void |
setI18nHelper(I18nHelper i18nHelper) |
void |
setPasswordHelper(PasswordHelper passwordHelper) |
void |
setPropertyUtils(PropertyUtils propertyUtils) |
void |
setResourceLocator(ResourceLocator resourceLocator) |
void |
setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager) |
public CrowdApplicationPasswordManagerGeneric()
public void resetCrowdPasswordIfRequired()
throws ApplicationManagerException,
ApplicationNotFoundException
CrowdApplicationPasswordManagerresetCrowdPasswordIfRequired in interface CrowdApplicationPasswordManagerApplicationManagerException - error updating credentials.ApplicationNotFoundException - Crowd application does not exist in the database.public void setApplicationManager(ApplicationManager applicationManager)
public void setPasswordHelper(PasswordHelper passwordHelper)
public void setPropertyUtils(PropertyUtils propertyUtils)
public void setI18nHelper(I18nHelper i18nHelper)
public void setResourceLocator(ResourceLocator resourceLocator)
public void setTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager)
public void setClientProperties(ClientProperties clientProperties)
Copyright © 2017 Atlassian. All rights reserved.