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

Packages that use ApplicationManagerException
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
 

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)
           
 

Uses of ApplicationManagerException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type ApplicationManagerException
 javax.ws.rs.core.Response ApplicationManagerExceptionMapper.toResponse(ApplicationManagerException exception)
           
 

Uses of ApplicationManagerException in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw ApplicationManagerException
 void ApplicationController.removeApplication(long applicationId)
          Removes an application.
 void ApplicationController.updateApplication(ApplicationEntity applicationEntity)
          Updates an existing application.
 

Uses of ApplicationManagerException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw ApplicationManagerException
 javax.ws.rs.core.Response ApplicationResource.addRemoteAddress(long applicationId, RemoteAddressEntity remoteAddressEntity)
          Adds the remote address to the specified application.
 javax.ws.rs.core.Response ApplicationResource.removeApplication(long applicationId)
          Removes the specified application.
 javax.ws.rs.core.Response ApplicationResource.removeRemoteAddress(long applicationId, java.lang.String remoteAddress)
          Removes the remote address of the specified application.
 javax.ws.rs.core.Response ApplicationResource.updateApplication(long applicationId, ApplicationEntity applicationEntity)
          Updates the specified application.
 



Copyright © 2012 Atlassian. All Rights Reserved.