public interface BambooUser
extends com.atlassian.user.User, org.acegisecurity.userdetails.UserDetails
User
interface to define extra properties for the userModifier and Type | Field and Description |
---|---|
static String |
BOTH_PREF |
static String |
DEFAULT_NOTIFICATION_PREFERENCE |
static String |
DEFAULT_TRANSPORT_PREFERENCE |
static String |
EMAIL_PREF |
static String |
IM_PREF |
static String |
MULTIPART_EMAIL |
static String |
NONE_PREF |
static String |
TEXT_EMAIL |
Modifier and Type | Method and Description |
---|---|
AccessToken |
getAccessToken()
If user has been authenticated by access token returns meta-data of token.
|
String |
getJabberAddress()
Returns the user's jabber address for IMs
|
String |
getNotificationPreference()
Returns the user's preferences for how they receive notifications
|
String |
getNotificationTransportPreference()
Returns the user's preference for the format of emails
|
com.atlassian.user.User |
getUser()
Returns the user, which contains the user's details
|
static final String EMAIL_PREF
static final String IM_PREF
static final String NONE_PREF
static final String BOTH_PREF
static final String TEXT_EMAIL
static final String MULTIPART_EMAIL
static final String DEFAULT_NOTIFICATION_PREFERENCE
static final String DEFAULT_TRANSPORT_PREFERENCE
String getJabberAddress()
com.atlassian.user.User getUser()
String getNotificationPreference()
String getNotificationTransportPreference()
@Nullable AccessToken getAccessToken()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.