Package org.pac4j.oauth.profile.vk
Class VkProfileDefinition
java.lang.Object
org.pac4j.core.profile.definition.ProfileDefinition
org.pac4j.core.profile.definition.CommonProfileDefinition
org.pac4j.oauth.profile.definition.OAuthProfileDefinition
org.pac4j.oauth.profile.vk.VkProfileDefinition
This class is the Vk profile definition.
- Since:
- 1.5
- Author:
- indvdum (gotoindvdum[at]gmail[dot]com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
DISPLAY_NAME, EMAIL, FAMILY_NAME, FIRST_NAME, GENDER, LOCALE, LOCATION, PICTURE_URL, PROFILE_URLFields inherited from class org.pac4j.core.profile.definition.ProfileDefinition
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractUserProfile(String body) Extract the user profile from the response (JSON, XML...) of the profile url.getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) Retrieve the url of the profile of the authenticated user for the provider.Methods inherited from class org.pac4j.oauth.profile.definition.OAuthProfileDefinition
getProfileVerb, raiseProfileExtractionError, raiseProfileExtractionJsonError, raiseProfileExtractionJsonErrorMethods inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
configurePrimaryAttributesMethods inherited from class org.pac4j.core.profile.definition.ProfileDefinition
convertAndAdd, convertAndAdd, getConverters, getParameter, getPrimaryAttributes, getProfileId, getSecondaryAttributes, isRestoreProfileFromTypedId, newProfile, primary, secondary, setProfileFactory, setProfileId, setRestoreProfileFromTypedId
-
Field Details
-
LAST_NAME
- See Also:
-
SEX
- See Also:
-
BIRTH_DATE
- See Also:
-
PHOTO_50
- See Also:
-
PHOTO_100
- See Also:
-
PHOTO_200_ORIG
- See Also:
-
PHOTO_200
- See Also:
-
PHOTO_400_ORIG
- See Also:
-
PHOTO_MAX
- See Also:
-
PHOTO_MAX_ORIG
- See Also:
-
ONLINE
- See Also:
-
ONLINE_MOBILE
- See Also:
-
DOMAIN
- See Also:
-
HAS_MOBILE
- See Also:
-
MOBILE_PHONE
- See Also:
-
HOME_PHONE
- See Also:
-
SKYPE
- See Also:
-
SITE
- See Also:
-
CAN_POST
- See Also:
-
CAN_SEE_ALL_POST
- See Also:
-
CAN_SEE_AUDIO
- See Also:
-
CAN_WRITE_PRIVATE_MESSAGE
- See Also:
-
STATUS
- See Also:
-
COMMON_COUNT
- See Also:
-
RELATION
- See Also:
-
BASE_URL
- See Also:
-
-
Constructor Details
-
VkProfileDefinition
public VkProfileDefinition()
-
-
Method Details
-
getProfileUrl
public String getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) Description copied from class:OAuthProfileDefinitionRetrieve the url of the profile of the authenticated user for the provider.- Specified by:
getProfileUrlin classOAuthProfileDefinition- Parameters:
accessToken- only used when constructing dynamic urls from data in the tokenconfiguration- the current configuration- Returns:
- the url of the user profile given by the provider
-
extractUserProfile
Description copied from class:OAuthProfileDefinitionExtract the user profile from the response (JSON, XML...) of the profile url.- Specified by:
extractUserProfilein classOAuthProfileDefinition- Parameters:
body- the response body- Returns:
- the returned profile
-