Class JiraCurrentUserProviderImpl
java.lang.Object
com.atlassian.jira.auditing.spis.service.JiraCurrentUserProviderImpl
- All Implemented Interfaces:
com.atlassian.audit.core.spi.service.CurrentUserProvider
public class JiraCurrentUserProviderImpl
extends Object
implements com.atlassian.audit.core.spi.service.CurrentUserProvider
Jira implementation of CurrentUserProvider to support AuditService
-
Constructor Summary
ConstructorsConstructorDescriptionJiraCurrentUserProviderImpl(JiraAuthenticationContext authenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext) -
Method Summary
-
Constructor Details
-
JiraCurrentUserProviderImpl
public JiraCurrentUserProviderImpl(JiraAuthenticationContext authenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext)
-
-
Method Details
-
currentUser
@Nonnull public com.atlassian.audit.entity.AuditAuthor currentUser()- Specified by:
currentUserin interfacecom.atlassian.audit.core.spi.service.CurrentUserProvider
-