Class FoursquareProfile
- java.lang.Object
-
- org.pac4j.core.profile.BasicUserProfile
-
- org.pac4j.core.profile.CommonProfile
-
- org.pac4j.oauth.profile.OAuth20Profile
-
- org.pac4j.oauth.profile.foursquare.FoursquareProfile
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,org.pac4j.core.profile.UserProfile
public class FoursquareProfile extends OAuth20Profile
This class is the user profile for Foursquare with appropriate getters.
It is returned by the
FoursquareClient.- Since:
- 1.5.0
- Author:
- Alexey Ogarkov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FoursquareProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBio()FoursquareUserContactgetContact()java.lang.StringgetEmail()java.lang.StringgetFamilyName()java.lang.StringgetFirstName()FoursquareUserFriendsgetFriends()java.lang.StringgetLocation()FoursquareUserPhotogetPhoto()java.net.URIgetPictureUrl()java.net.URIgetProfileUrl()-
Methods inherited from class org.pac4j.oauth.profile.OAuth20Profile
getAccessToken, getRefreshToken, removeLoginData, setAccessToken, setRefreshToken
-
Methods inherited from class org.pac4j.core.profile.CommonProfile
getAttributeAsDate, getAttributeAsString, getAttributeAsType, getDisplayName, getGender, getLocale, getUsername, isExpired
-
Methods inherited from class org.pac4j.core.profile.BasicUserProfile
addAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, asPrincipal, 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
-
-
-
-
Method Detail
-
getBio
public java.lang.String getBio()
-
getContact
public FoursquareUserContact getContact()
-
getFriends
public FoursquareUserFriends getFriends()
-
getPhoto
public FoursquareUserPhoto getPhoto()
-
getFirstName
public java.lang.String getFirstName()
- Overrides:
getFirstNamein classorg.pac4j.core.profile.CommonProfile
-
getLocation
public java.lang.String getLocation()
- Overrides:
getLocationin classorg.pac4j.core.profile.CommonProfile
-
getFamilyName
public java.lang.String getFamilyName()
- Overrides:
getFamilyNamein classorg.pac4j.core.profile.CommonProfile
-
getProfileUrl
public java.net.URI getProfileUrl()
- Overrides:
getProfileUrlin classorg.pac4j.core.profile.CommonProfile
-
getPictureUrl
public java.net.URI getPictureUrl()
- Overrides:
getPictureUrlin classorg.pac4j.core.profile.CommonProfile
-
getEmail
public java.lang.String getEmail()
- Overrides:
getEmailin classorg.pac4j.core.profile.CommonProfile
-
-