public interface User
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
getBirthdate() |
java.time.ZonedDateTime |
getCreatedAt() |
String |
getEmail() |
String |
getFamilyName() |
String |
getGender() |
String |
getGivenName() |
String |
getHref() |
String |
getId() |
Locale |
getLocale() |
String |
getMiddleName() |
String |
getName() |
String |
getNickname() |
Phone |
getPhone() |
String |
getPhoneNumber() |
URL |
getPicture() |
URL |
getProfile() |
java.time.ZonedDateTime |
getUpdatedAt() |
String |
getUsername() |
URL |
getWebsite() |
TimeZone |
getZoneInfo() |
boolean |
isAnonymous()
Returns
true if the user identity is unknown, false if the user is authenticated. |
boolean |
isAuthenticated()
Returns
true if the user has been authenticated (proven their identity) or false if the user
is considered anonymous. |
boolean |
isEmailVerified() |
boolean |
isPhoneNumberVerified() |
boolean isAuthenticated()
true if the user has been authenticated (proven their identity) or false if the user
is considered anonymous.true if the user has been authenticated (proven their identity) or false if the user
is considered anonymous.boolean isAnonymous()
true if the user identity is unknown, false if the user is authenticated.true if the user identity is unknown, false if the user is authenticated.String getHref()
String getId()
String getName()
String getGivenName()
String getFamilyName()
String getMiddleName()
String getNickname()
String getUsername()
URL getProfile()
URL getPicture()
URL getWebsite()
String getEmail()
boolean isEmailVerified()
String getGender()
java.time.LocalDate getBirthdate()
TimeZone getZoneInfo()
Locale getLocale()
Phone getPhone()
String getPhoneNumber()
boolean isPhoneNumberVerified()
java.time.ZonedDateTime getCreatedAt()
java.time.ZonedDateTime getUpdatedAt()
Copyright © 2017. All rights reserved.