Uses of Class
com.atlassian.bamboo.exception.UnauthorisedException
Package
Description
-
Uses of UnauthorisedException in com.atlassian.bamboo.accesstoken
Modifier and TypeMethodDescription@NotNull RawAccessToken
AccessTokenService.create
(@NotNull CreateAccessTokenRequest createAccessTokenRequest) Create new access token for user.void
AccessTokenService.deleteByTokenId
(@NotNull String tokenId) Delete one token with tokenId.void
AccessTokenService.deleteByUserName
(@NotNull String userName) Delete all tokens for given user namevoid
DefaultAccessTokenService.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
Modifier and TypeMethodDescriptionvoid
MailConfigurationService.deleteMailServer()
Delete the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationService.getMailServer()
Retrieve the current mail server configuration@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationServiceImpl.getMailServer()
boolean
MailConfigurationService.isMailServerConfigured()
Returns true if mail server configuration existsboolean
MailConfigurationServiceImpl.isMailServerConfigured()
@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationService.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.SMTPMailServer
MailConfigurationService.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) Deprecated.@NotNull com.atlassian.mail.server.SMTPMailServer
MailConfigurationServiceImpl.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.SMTPMailServer
MailConfigurationServiceImpl.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
Modifier and TypeMethodDescriptiondefault @NotNull PartialVcsRepositoryData
RepositoryExportService.importLinkedRepository
(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) Deprecated.Validates exported linked repository properties within Bamboo context (e.g.@NotNull PlanConfigImportService.ImportResult
PlanConfigImportService.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.void
PlanPermissionService.importPlanPermission
(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionProperties, RssPermissions rssPermissions) ImportPlanPermissionsProperties
void
PlanPermissionServiceImpl.importPlanPermission
(com.atlassian.bamboo.specs.api.model.permission.PlanPermissionsProperties planPermissionsProperties, RssPermissions rssPermissions) @NotNull Project
ProjectImportService.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 Project
ProjectImportService.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 Project
ProjectImportServiceImpl.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions) @NotNull Project
ProjectImportServiceImpl.importProject
(@NotNull com.atlassian.bamboo.specs.api.model.project.ProjectProperties projectProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties) void
ProjectImportService.importProjectPermissions
(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties projectPermissionsProperties, @NotNull RssPermissions rssPermissions) Imports the project permissions properties.void
ProjectImportServiceImpl.importProjectPermissions
(@NotNull com.atlassian.bamboo.specs.api.model.permission.ProjectPermissionsProperties permissionsProperties, @NotNull RssPermissions rssPermissions) @NotNull PartialVcsRepositoryData
RepositoryExportService.importRepository
(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) Validates exported linked/project repository properties within Bamboo context (e.g.@NotNull PartialVcsRepositoryData
RepositoryExportServiceImpl.importRepository
(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties repositoryProperties) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.agent
Modifier and TypeMethodDescriptionRemoteAgentConfigurationResource.getRemoteAgentConfiguration
(@NotNull ExpansionParam expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.configuration
Modifier and TypeMethodDescriptionGeneralConfigurationResource.updateGeneralConfiguration
(RestGeneralConfiguration restGeneralConfiguration, @Nullable ExpansionParam expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.admin.mail
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MailConfigurationResource.deleteMailConfiguration()
MailConfigurationResource.getMailConfiguration
(@NotNull ExpansionParam expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) MailConfigurationResource.updateMailConfiguration
(RestMailConfiguration restMailConfiguration, @NotNull ExpansionParam expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.common.exception
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UnauthorisedExceptionMapper.toResponse
(UnauthorisedException exception) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.rest.deployments.projects
Modifier and TypeMethodDescriptionDeploymentDashboardResource.getEnvironmentStatutes
(DeploymentDashboardResource.EnvironmentIds environmentIds) -
Uses of UnauthorisedException in com.atlassian.bamboo.plugins.stash.rest.exception
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UnauthorisedExceptionMapper.toResponse
(UnauthorisedException exception) -
Uses of UnauthorisedException in com.atlassian.bamboo.session
Modifier and TypeMethodDescriptionvoid
UserSessionService.invalidateUserSessions
(@NotNull com.atlassian.user.User user) Invalidates http sessions for a given user.
MailConfigurationService.updateMailServer(String, String, String, Boolean, MailMode, String, String, String, String, Boolean, String)