Package org.pac4j.oauth.profile.yahoo
Class YahooProfile
- java.lang.Object
-
- org.pac4j.core.profile.BasicUserProfile
-
- org.pac4j.core.profile.CommonProfile
-
- org.pac4j.oauth.profile.OAuth20Profile
-
- org.pac4j.oauth.profile.OAuth10Profile
-
- org.pac4j.oauth.profile.yahoo.YahooProfile
-
- All Implemented Interfaces:
Externalizable,Serializable,UserProfile
public class YahooProfile extends OAuth10Profile
This class is the user profile for Yahoo with appropriate getters.
It is returned by the
YahooClient.- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.pac4j.core.profile.BasicUserProfile
logger, SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description YahooProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAboutMe()List<YahooAddress>getAddresses()StringgetAgeCategory()DategetBirthdate()IntegergetBirthYear()DategetCreated()List<YahooDisclosure>getDisclosures()IntegergetDisplayAge()StringgetDisplayName()StringgetEmail()List<YahooEmail>getEmails()StringgetFamilyName()StringgetFirstName()YahooImagegetImage()List<YahooInterest>getInterests()BooleangetIsConnected()LocalegetLocale()DategetMemberSince()URIgetPictureUrl()URIgetProfileUrl()StringgetTimeZone()DategetUpdated()StringgetUri()StringgetUsername()-
Methods inherited from class org.pac4j.oauth.profile.OAuth10Profile
getAccessSecret, removeLoginData, setAccessSecret
-
Methods inherited from class org.pac4j.oauth.profile.OAuth20Profile
getAccessToken, setAccessToken
-
Methods inherited from class org.pac4j.core.profile.CommonProfile
getGender, getLocation, isExpired
-
Methods inherited from class org.pac4j.core.profile.BasicUserProfile
addAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, extractAttributeValues, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.pac4j.core.profile.UserProfile
asPrincipal
-
-
-
-
Method Detail
-
getEmail
public String getEmail()
- Overrides:
getEmailin classCommonProfile
-
getFirstName
public String getFirstName()
- Overrides:
getFirstNamein classCommonProfile
-
getFamilyName
public String getFamilyName()
- Overrides:
getFamilyNamein classCommonProfile
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classCommonProfile
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceUserProfile- Overrides:
getUsernamein classCommonProfile
-
getLocale
public Locale getLocale()
- Overrides:
getLocalein classCommonProfile
-
getPictureUrl
public URI getPictureUrl()
- Overrides:
getPictureUrlin classCommonProfile
-
getProfileUrl
public URI getProfileUrl()
- Overrides:
getProfileUrlin classCommonProfile
-
getAboutMe
public String getAboutMe()
-
getAddresses
public List<YahooAddress> getAddresses()
-
getBirthYear
public Integer getBirthYear()
-
getBirthdate
public Date getBirthdate()
-
getCreated
public Date getCreated()
-
getDisplayAge
public Integer getDisplayAge()
-
getDisclosures
public List<YahooDisclosure> getDisclosures()
-
getEmails
public List<YahooEmail> getEmails()
-
getImage
public YahooImage getImage()
-
getInterests
public List<YahooInterest> getInterests()
-
getIsConnected
public Boolean getIsConnected()
-
getMemberSince
public Date getMemberSince()
-
getTimeZone
public String getTimeZone()
-
getUpdated
public Date getUpdated()
-
getUri
public String getUri()
-
getAgeCategory
public String getAgeCategory()
-
-