Uses of Class
com.atlassian.bamboo.exception.UnauthorisedException
-
-
Uses of UnauthorisedException in com.atlassian.bamboo.accesstoken
Methods in com.atlassian.bamboo.accesstoken that throw UnauthorisedException Modifier and Type Method Description @NotNull RawAccessTokenAccessTokenService. create(@NotNull CreateAccessTokenRequest createAccessTokenRequest)Create new access token for user.voidAccessTokenService. deleteByTokenId(@NotNull String tokenId)Delete one token with tokenId.voidAccessTokenService. deleteByUserName(@NotNull String userName)Delete all tokens for given user namevoidDefaultAccessTokenService. deleteByUserName(@NotNull String userName)@NotNull List<AccessToken>AccessTokenService. getAccessTokensByUserName(@NotNull String userName)Get All tokens for given user name. -
Uses of UnauthorisedException in com.atlassian.bamboo.admin.configuration
Methods in com.atlassian.bamboo.admin.configuration that throw UnauthorisedException Modifier and Type Method Description voidMailConfigurationService. deleteMailServer()Delete the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationService. getMailServer()Retrieve the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationServiceImpl. getMailServer()booleanMailConfigurationService. isMailServerConfigured()Returns true if mail server configuration existsbooleanMailConfigurationServiceImpl. isMailServerConfigured()@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationService. updateMailServer(@Nullable String name, @Nullable String fromAddress, @Nullable String subjectPrefix, @Nullable Boolean precedenceBulkHeaderExcluded, @Nullable MailConfigurationService.MailMode emailSetting, @Nullable String smtpServer, @Nullable String smtpPort, @Nullable String smtpUsername, @Nullable String smtpPassword, @Nullable Boolean tlsEnabled, @Nullable String jndiLocation)Update the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationService. updateMailServer(@Nullable String name, @Nullable String fromAddress, @Nullable String subjectPrefix, @Nullable Boolean precedenceBulkHeaderExcluded, @Nullable String emailSetting, @Nullable String smtpServer, @Nullable String smtpPort, @Nullable String smtpUsername, @Nullable String smtpPassword, @Nullable Boolean tlsEnabled, @Nullable String jndiLocation)@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationServiceImpl. updateMailServer(@Nullable String name, @Nullable String fromAddress, @Nullable String subjectPrefix, @Nullable Boolean precedenceBulkHeaderExcluded, @Nullable MailConfigurationService.MailMode emailSetting, @Nullable String smtpServer, @Nullable String smtpPort, @Nullable String smtpUsername, @Nullable String smtpPassword, @Nullable Boolean tlsEnabled, @Nullable String jndiLocation)@NotNull com.atlassian.mail.server.SMTPMailServerMailConfigurationServiceImpl. updateMailServer(@Nullable String name, @Nullable String fromAddress, @Nullable String subjectPrefix, @Nullable Boolean precedenceBulkHeaderExcluded, @Nullable String emailSetting, @Nullable String smtpServer, @Nullable String smtpPort, @Nullable String smtpUsername, @Nullable String smtpPassword, @Nullable Boolean tlsEnabled, @Nullable String jndiLocation) -
Uses of UnauthorisedException in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that throw UnauthorisedException Modifier and Type Method Description default @NotNull PartialVcsRepositoryDataRepositoryExportService. importLinkedRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties)Deprecated.Validates exported linked repository properties within Bamboo context (e.g.@NotNull PlanConfigImportService.ImportResultPlanConfigImportService. importPlan(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions, boolean deferEvents, boolean noChangesInProperties)Validates exported top level plan properties within Bamboo context (e.g.voidPlanPermissionService. importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionProperties, RssPermissions rssPermissions)ImportPlanPermissionsPropertiesvoidPlanPermissionServiceImpl. importPlanPermission(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionsProperties, RssPermissions rssPermissions)@NotNull ProjectProjectImportService. importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions)Validates project properties within Bamboo context and imports the projects into the database.@NotNull ProjectProjectImportService. importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties)Validates project properties within Bamboo context and imports the project into the database.@NotNull ProjectProjectImportServiceImpl. importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions)@NotNull ProjectProjectImportServiceImpl. importProject(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties)voidProjectImportService. importProjectPermissions(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties projectPermissionsProperties, @NotNull RssPermissions rssPermissions)Imports the project permissions properties.voidProjectImportServiceImpl. importProjectPermissions(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties permissionsProperties, @NotNull RssPermissions rssPermissions)@NotNull PartialVcsRepositoryDataRepositoryExportService. importRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties)Validates exported linked/project repository properties within Bamboo context (e.g.@NotNull PartialVcsRepositoryDataRepositoryExportServiceImpl. importRepository(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.agent
Methods in com.atlassian.bamboo.plugins.rest.admin.agent that throw UnauthorisedException Modifier and Type Method Description RestRemoteAgentConfigurationRemoteAgentConfigurationResource. getRemoteAgentConfiguration(@NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.configuration
Methods in com.atlassian.bamboo.plugins.rest.admin.configuration that throw UnauthorisedException Modifier and Type Method Description RestGeneralConfigurationGeneralConfigurationResource. updateGeneralConfiguration(RestGeneralConfiguration restGeneralConfiguration, @Nullable Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.mail
Methods in com.atlassian.bamboo.plugins.rest.admin.mail that throw UnauthorisedException Modifier and Type Method Description javax.ws.rs.core.ResponseMailConfigurationResource. deleteMailConfiguration()RestMailConfigurationMailConfigurationResource. getMailConfiguration(@NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)RestMailConfigurationMailConfigurationResource. updateMailConfiguration(RestMailConfiguration restMailConfiguration, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.common.exception
Methods in com.atlassian.bamboo.plugins.rest.common.exception with parameters of type UnauthorisedException Modifier and Type Method Description javax.ws.rs.core.ResponseUnauthorisedExceptionMapper. toResponse(UnauthorisedException exception) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.deployments.projects
Methods in com.atlassian.bamboo.plugins.rest.deployments.projects that throw UnauthorisedException Modifier and Type Method Description List<RestEnvironmentStatusForDashboard>DeploymentDashboardResource. getEnvironmentStatutes(DeploymentDashboardResource.EnvironmentIds environmentIds) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.stash.rest.exception
Methods in com.atlassian.bamboo.plugins.stash.rest.exception with parameters of type UnauthorisedException Modifier and Type Method Description javax.ws.rs.core.ResponseUnauthorisedExceptionMapper. toResponse(UnauthorisedException exception) -
Uses of UnauthorisedException in com.atlassian.bamboo.session
Methods in com.atlassian.bamboo.session that throw UnauthorisedException Modifier and Type Method Description voidUserSessionService. invalidateUserSessions(@NotNull com.atlassian.user.User user)Invalidates http sessions for a given user.
-