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
ConstructorsConstructorDescriptionAntiBruteForceAuthenticationPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoCheck(org.exoplatform.services.organization.User user) voidonCheckFail(String userName) voidonCheckSuccess(String userName) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
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
- Specified by:
doCheckin classorg.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin- Throws:
Exception
-
onCheckFail
- Specified by:
onCheckFailin classorg.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
-
onCheckSuccess
- Specified by:
onCheckSuccessin classorg.exoplatform.services.organization.plugin.SecurityCheckAuthenticationPlugin
-