public class DefaultAuthenticationContext extends Object implements BambooAuthenticationContext
| Constructor and Description |
|---|
DefaultAuthenticationContext(BambooUserManager bambooUserManager,
I18nBeanFactory i18nBeanFactory) |
| Modifier and Type | Method and Description |
|---|---|
I18nBean |
getI18NBean() |
Locale |
getLocale() |
com.atlassian.user.User |
getUser() |
String |
getUserName() |
String |
getUserNameFromSecurityContext() |
public DefaultAuthenticationContext(BambooUserManager bambooUserManager, I18nBeanFactory i18nBeanFactory)
@Nullable public com.atlassian.user.User getUser()
getUser in interface BambooAuthenticationContext@Nullable public String getUserName()
getUserName in interface BambooAuthenticationContext@Nullable public String getUserNameFromSecurityContext()
getUserNameFromSecurityContext in interface BambooAuthenticationContextpublic Locale getLocale()
getLocale in interface BambooAuthenticationContextpublic I18nBean getI18NBean()
getI18NBean in interface BambooAuthenticationContextCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.