Class AntiBruteForceAuthenticationPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
org.exoplatform.antibruteforce.plugin.AntiBruteForceAuthenticationPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class AntiBruteForceAuthenticationPlugin extends org.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AntiBruteForceAuthenticationPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doCheck(org.exoplatform.services.organization.User user)
     
    void
    onCheckFail(String userName)
     
    void
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AntiBruteForceAuthenticationPlugin

      public AntiBruteForceAuthenticationPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService)
  • Method Details

    • doCheck

      public void doCheck(org.exoplatform.services.organization.User user) throws Exception
      Specified by:
      doCheck in class org.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
      Throws:
      Exception
    • onCheckFail

      public void onCheckFail(String userName)
      Specified by:
      onCheckFail in class org.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
    • onCheckSuccess

      public void onCheckSuccess(String userName)
      Specified by:
      onCheckSuccess in class org.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin