Uses of Class
com.atlassian.crowd.manager.application.ApplicationManagerException

Packages that use ApplicationManagerException
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.manager.application   
 

Uses of ApplicationManagerException in com.atlassian.crowd.console.action.setup
 

Methods in com.atlassian.crowd.console.action.setup that throw ApplicationManagerException
protected  Application Integration.addApplication(java.lang.String appName, ApplicationType applicationType, java.lang.String description, java.lang.String password, boolean allowAllToAuthenticate)
           
 

Uses of ApplicationManagerException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw ApplicationManagerException
 void ApplicationManager.remove(Application application)
          Remove an application.
 void ApplicationManagerGeneric.remove(Application application)
           
 void ApplicationManager.removeDirectoryFromApplication(Directory directory, Application application)
          Will remove a directory from an application.
 void ApplicationManagerGeneric.removeDirectoryFromApplication(Directory directory, Application application)
           
 void CrowdApplicationPasswordManagerGeneric.resetCrowdPasswordIfRequired()
           
 void CrowdApplicationPasswordManager.resetCrowdPasswordIfRequired()
          Resets both the Crowd application's password in the database and application.password in crowd.properties.
 Application ApplicationManager.update(Application application)
          Updates an application's details.
 Application ApplicationManagerGeneric.update(Application application)
           
 void ApplicationManager.updateCredential(Application application, PasswordCredential passwordCredential)
          Takes an application with a List of credentials that are unencrypted, encrypts them and then updates the application in the database with the encrypted credentials
 void ApplicationManagerGeneric.updateCredential(Application application, PasswordCredential passwordCredential)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.