com.atlassian.crowd.manager.application
Interface CrowdApplicationPasswordManager

All Known Implementing Classes:
CrowdApplicationPasswordManagerGeneric

public interface CrowdApplicationPasswordManager


Method Summary
 void resetCrowdPasswordIfRequired()
          Resets both the Crowd application's password in the database and application.password in crowd.properties.
 

Method Detail

resetCrowdPasswordIfRequired

void resetCrowdPasswordIfRequired()
                                  throws ApplicationManagerException,
                                         ApplicationNotFoundException
Resets both the Crowd application's password in the database and application.password in crowd.properties.

Throws:
ApplicationNotFoundException - Crowd application does not exist in the database.
ApplicationManagerException - error updating credentials.


Copyright © 2013 Atlassian. All Rights Reserved.