com.atlassian.confluence.legacyapi.model.people
Class KnownUser

java.lang.Object
  extended by com.atlassian.confluence.legacyapi.model.people.Person
      extended by com.atlassian.confluence.legacyapi.model.people.User
          extended by com.atlassian.confluence.legacyapi.model.people.KnownUser

public class KnownUser
extends User


Field Summary
 
Fields inherited from class com.atlassian.confluence.legacyapi.model.people.User
username
 
Constructor Summary
KnownUser(Icon profilePicture, String username, String displayName, Map<Permission,Boolean> permissions)
           
 
Method Summary
 String getDisplayName()
           
 Map<Permission,Boolean> getPermissions()
           
 
Methods inherited from class com.atlassian.confluence.legacyapi.model.people.User
getUsername
 
Methods inherited from class com.atlassian.confluence.legacyapi.model.people.Person
getProfilePicture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnownUser

public KnownUser(Icon profilePicture,
                 String username,
                 String displayName,
                 Map<Permission,Boolean> permissions)
Method Detail

getDisplayName

public String getDisplayName()

getPermissions

public Map<Permission,Boolean> getPermissions()


Copyright © 2003–2015 Atlassian. All rights reserved.