Class CasOAuthWrapperProfileDefinition
- 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.casoauthwrapper.CasOAuthWrapperProfileDefinition
-
public class CasOAuthWrapperProfileDefinition extends OAuthProfileDefinition
CasOAuthWrapperProfileprofile definition.- Since:
- 1.9.2
- Author:
- Jerome Leleu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTHENTICATION_DATEstatic java.lang.StringAUTHENTICATION_METHODstatic java.lang.StringIS_FROM_NEW_LOGINstatic java.lang.StringLONG_TERM_AUTHENTICATION_REQUEST_TOKEN_USEDstatic java.lang.StringSUCCESSFUL_AUTHENTICATION_HANDLERS
-
Constructor Summary
Constructors Constructor Description CasOAuthWrapperProfileDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CasOAuthWrapperProfileextractUserProfile(java.lang.String body)Extract the user profile from the response (JSON, XML...) of the profile url.java.lang.StringgetProfileUrl(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, raiseProfileExtractionJsonError
-
Methods inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
configurePrimaryAttributes
-
Methods inherited from class org.pac4j.core.profile.definition.ProfileDefinition
convertAndAdd, convertAndAdd, getConverters, getParameter, getPrimaryAttributes, getProfileId, getSecondaryAttributes, isRestoreProfileFromTypedId, newProfile, primary, secondary, setProfileFactory, setProfileId, setRestoreProfileFromTypedId
-
-
-
-
Field Detail
-
IS_FROM_NEW_LOGIN
public static final java.lang.String IS_FROM_NEW_LOGIN
- See Also:
- Constant Field Values
-
AUTHENTICATION_DATE
public static final java.lang.String AUTHENTICATION_DATE
- See Also:
- Constant Field Values
-
AUTHENTICATION_METHOD
public static final java.lang.String AUTHENTICATION_METHOD
- See Also:
- Constant Field Values
-
SUCCESSFUL_AUTHENTICATION_HANDLERS
public static final java.lang.String SUCCESSFUL_AUTHENTICATION_HANDLERS
- See Also:
- Constant Field Values
-
LONG_TERM_AUTHENTICATION_REQUEST_TOKEN_USED
public static final java.lang.String LONG_TERM_AUTHENTICATION_REQUEST_TOKEN_USED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProfileUrl
public java.lang.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
public CasOAuthWrapperProfile extractUserProfile(java.lang.String body)
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
-
-