public interface UserProfileAction
Modifier and Type | Method and Description |
---|---|
String |
getDisplayEmail(String email)
Get a string that can be used to describe the passed e-mail.
|
ApplicationUser |
getUser()
Return the current user.
|
boolean |
isHasViewGroupPermission(String group,
ApplicationUser user)
Returns whether or not the passed caller is allowed to see the passed group.
|
String getDisplayEmail(String email)
email
- the e-mail to convert.boolean isHasViewGroupPermission(String group, ApplicationUser user)
group
- the name of the group to check.user
- the user to check.ApplicationUser getUser()
Copyright © 2002-2016 Atlassian. All Rights Reserved.