This function will load all of the implemented LoginActions PEIs and then process through them and call the OnFailedLogin function for each one. In general, this method should only be called by the LoginHelper itself. The only reason to call this method directly is if you are failing the login before calling the AttemptLogin method (i.e. because of a hack attempt).
FailedLoginResult - Error message and/or Redirect from the PEI.
LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace