Uses of Class
com.atlassian.crowd.exception.ApplicationAlreadyExistsException
Packages that use ApplicationAlreadyExistsException
Package
Description
-
Uses of ApplicationAlreadyExistsException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw ApplicationAlreadyExistsExceptionModifier and TypeMethodDescriptionApplicationManager.add
(Application application) Will add the given Application to CrowdApplicationManagerGeneric.add
(Application application) -
Uses of ApplicationAlreadyExistsException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type ApplicationAlreadyExistsExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ApplicationAlreadyExistsExceptionMapper.toResponse
(ApplicationAlreadyExistsException exception) -
Uses of ApplicationAlreadyExistsException in com.atlassian.crowd.plugin.rest.service.controller.application
Methods in com.atlassian.crowd.plugin.rest.service.controller.application that throw ApplicationAlreadyExistsExceptionModifier and TypeMethodDescriptioncom.atlassian.plugins.rest.api.model.Link
ApplicationController.addApplication
(ApplicationEntity applicationEntity, URI baseUri) Adds a new application.com.atlassian.plugins.rest.api.model.Link
ApplicationController.addApplicationWithRequestAddress
(ApplicationEntity applicationEntity, javax.servlet.http.HttpServletRequest request, URI baseUri) Adds a new application with the request address. -
Uses of ApplicationAlreadyExistsException in com.atlassian.crowd.plugin.rest.service.resource.application
Methods in com.atlassian.crowd.plugin.rest.service.resource.application that throw ApplicationAlreadyExistsExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ApplicationResource.addApplication
(boolean includeRequestAddress, ApplicationEntity applicationEntity)