|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.user.DefaultAuthenticationContext
public class DefaultAuthenticationContext
Constructor Summary | |
---|---|
DefaultAuthenticationContext(BambooUserManager bambooUserManager,
I18nBeanFactory i18nBeanFactory)
|
Method Summary | |
---|---|
I18nBean |
getI18NBean()
Get i18n bean associated with the current user. |
java.util.Locale |
getLocale()
Get locale associated with the current user. |
com.atlassian.user.User |
getUser()
Who's the current current user (in the current http session!) |
java.lang.String |
getUserName()
Who's the current current user (in the current http session!) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultAuthenticationContext(BambooUserManager bambooUserManager, I18nBeanFactory i18nBeanFactory)
Method Detail |
---|
@Nullable public com.atlassian.user.User getUser()
BambooAuthenticationContext
getUser
in interface BambooAuthenticationContext
@Nullable public java.lang.String getUserName()
BambooAuthenticationContext
getUserName
in interface BambooAuthenticationContext
public java.util.Locale getLocale()
BambooAuthenticationContext
getLocale
in interface BambooAuthenticationContext
public I18nBean getI18NBean()
BambooAuthenticationContext
getI18NBean
in interface BambooAuthenticationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |