Class CasOAuthWrapperProfileDefinition

    • 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
    • Constructor Detail

      • CasOAuthWrapperProfileDefinition

        public CasOAuthWrapperProfileDefinition()
    • Method Detail

      • getProfileUrl

        public java.lang.String getProfileUrl​(com.github.scribejava.core.model.Token accessToken,
                                              OAuthConfiguration configuration)
        Description copied from class: OAuthProfileDefinition
        Retrieve the url of the profile of the authenticated user for the provider.
        Specified by:
        getProfileUrl in class OAuthProfileDefinition
        Parameters:
        accessToken - only used when constructing dynamic urls from data in the token
        configuration - the current configuration
        Returns:
        the url of the user profile given by the provider