Class SocialNetworkAuthenticationProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SocialNetworkAuthenticationProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Responsible for building authorization calls for social network redirect.
    Since:
    6.1.0
    Version:
    $Revision: 21863 $ $Date: 2018-09-20 17:45:28 -0300 (Thu, 20 Sep 2018) $
    • Constructor Detail

      • SocialNetworkAuthenticationProcessActionHandler

        public SocialNetworkAuthenticationProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException