Uses of Class
com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
Packages that use ApplicationEntity
Package
Description
-
Uses of ApplicationEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return ApplicationEntityMethods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type ApplicationEntityConstructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type ApplicationEntityModifierConstructorDescriptionApplicationEntityList(List<ApplicationEntity> applications, com.atlassian.plugins.rest.api.model.Link link) -
Uses of ApplicationEntity in com.atlassian.crowd.plugin.rest.service.controller.application
Methods in com.atlassian.crowd.plugin.rest.service.controller.application that return ApplicationEntityModifier and TypeMethodDescriptionApplicationController.getApplicationById(long id, URI baseUri) Finds an application by ID.ApplicationController.getApplicationByName(String name, URI baseUri) Finds an application by name.Methods in com.atlassian.crowd.plugin.rest.service.controller.application with parameters of type ApplicationEntityModifier and TypeMethodDescriptioncom.atlassian.plugins.rest.api.model.LinkApplicationController.addApplication(ApplicationEntity applicationEntity, URI baseUri) Adds a new application.com.atlassian.plugins.rest.api.model.LinkApplicationController.addApplicationWithRequestAddress(ApplicationEntity applicationEntity, jakarta.servlet.http.HttpServletRequest request, URI baseUri) Adds a new application with the request address.voidApplicationController.updateApplication(ApplicationEntity applicationEntity) Updates an existing application. -
Uses of ApplicationEntity in com.atlassian.crowd.plugin.rest.service.resource.application
Methods in com.atlassian.crowd.plugin.rest.service.resource.application with parameters of type ApplicationEntityModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseApplicationResource.addApplication(boolean includeRequestAddress, ApplicationEntity applicationEntity) jakarta.ws.rs.core.ResponseApplicationResource.updateApplication(long applicationId, ApplicationEntity applicationEntity) -
Uses of ApplicationEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return ApplicationEntityModifier and TypeMethodDescriptionstatic ApplicationEntityApplicationEntityTranslator.toApplicationEntity(Application application, com.atlassian.plugins.rest.api.model.Link link) Translates from an Application to an ApplicationEntity.static ApplicationEntityApplicationEntityTranslator.toApplicationEntity(Application application, com.atlassian.plugins.rest.api.model.Link link, ApplicationEntityTranslator.PasswordMode passwordMode) Translates from an Application to an ApplicationEntity.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type ApplicationEntityModifier and TypeMethodDescriptionstatic ApplicationApplicationEntityTranslator.toApplicationWithNoDirectoryMappings(ApplicationEntity applicationEntity) Translates from an ApplicationEntity to an Application with no directory mappings.