public class MockAuthenticationContext extends Object implements JiraAuthenticationContext
| Constructor and Description |
|---|
MockAuthenticationContext(ApplicationUser user) |
MockAuthenticationContext(ApplicationUser user,
I18nHelper i18nHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLoggedInUser()
Clears any logged in user from authentication scope.
|
I18nHelper |
getI18nBean()
Useful for localisation of messages.
|
I18nHelper |
getI18nHelper()
Useful for localisation of messages.
|
Locale |
getLocale()
Get the users locale.
|
ApplicationUser |
getLoggedInUser()
Returns the currently logged in User.
|
OutlookDate |
getOutlookDate()
Method used to get a nice representation of a date using a user's locale.
|
String |
getText(String key) |
ApplicationUser |
getUser()
Returns the currently logged in User.
|
boolean |
isLoggedInUser()
Returns a boolean indicating whether there is a currently logged in user.
|
void |
setLoggedInUser(ApplicationUser user)
This is used in places like Jelly where we need to switch the identity of a user during execution.
|
public MockAuthenticationContext(@Nullable ApplicationUser user)
public MockAuthenticationContext(@Nullable ApplicationUser user, @Nullable I18nHelper i18nHelper)
public ApplicationUser getUser()
JiraAuthenticationContext
Warning: previous incarnations of this method returned com.atlassian.crowd.embedded.api.User.
This method had previously been deprecated and has been reused to return an ApplicationUser instead. That
class has different semantics for Object.equals(Object) and therefore does not extend the User
class. This means that the 6.0 version is not binary or source compatible with earlier versions when this method
is used.
getUser in interface JiraAuthenticationContextApplicationUser, or nullpublic ApplicationUser getLoggedInUser()
JiraAuthenticationContext
Warning: previous incarnations of this method returned com.atlassian.crowd.embedded.api.User.
This method had previously been deprecated and has been reused to return an ApplicationUser instead. That
class has different semantics for Object.equals(Object) and therefore does not extend the User
class. This means that the 6.0 version is not binary or source compatible with earlier versions when this method
is used.
getLoggedInUser in interface JiraAuthenticationContextApplicationUser, or nullpublic boolean isLoggedInUser()
JiraAuthenticationContextisLoggedInUser in interface JiraAuthenticationContextpublic Locale getLocale()
JiraAuthenticationContextgetLocale in interface JiraAuthenticationContextpublic OutlookDate getOutlookDate()
JiraAuthenticationContextgetOutlookDate in interface JiraAuthenticationContextOutlookDatepublic String getText(String key)
getText in interface JiraAuthenticationContextkey - the text key@Nonnull public I18nHelper getI18nHelper()
JiraAuthenticationContextgetI18nHelper in interface JiraAuthenticationContextI18nHelperpublic I18nHelper getI18nBean()
JiraAuthenticationContextgetI18nBean in interface JiraAuthenticationContextI18nHelperpublic void setLoggedInUser(ApplicationUser user)
JiraAuthenticationContextsetLoggedInUser in interface JiraAuthenticationContextuser - the currently logged in userpublic void clearLoggedInUser()
JiraAuthenticationContextclearLoggedInUser in interface JiraAuthenticationContextCopyright © 2002-2024 Atlassian. All Rights Reserved.