public class PublicUser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PublicUser.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllPublicProperties()
Get all public properties of current user.
|
Map<String,String> |
getAuthIdentities() |
String |
getAvatarUrl() |
String |
getDisplayName() |
String |
getId() |
Map<String,String> |
getIdentities()
Deprecated.
Use
getAuthIdentities() instead. |
String |
getPublicProperty(String key) |
boolean |
hasPublicProperty(String key)
Check if user has public property for specified key.
|
@Deprecated public Map<String,String> getIdentities()
getAuthIdentities()
instead.public Map<String,String> getAuthIdentities()
AuthIdentityProviderIds
. Value - user id on specified provider.public boolean hasPublicProperty(String key)
key
- Property key.public String getPublicProperty(String key)
key
- Property key.public String getId()
public Map<String,String> getAllPublicProperties()
@Nullable public String getDisplayName()
(c) Copyright GetSocial BV, 2017. All Rights Reserved.