Class BruteForceAttackGuard
java.lang.Object
org.restheart.security.interceptors.BruteForceAttackGuard
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<ServiceRequest<?>,,ServiceResponse<?>> Interceptor<ServiceRequest<?>,,ServiceResponse<?>> Plugin,WildcardInterceptor
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandle(ServiceRequest<?> request, ServiceResponse<?> response) booleanresolve(ServiceRequest<?> request, ServiceResponse<?> response) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ConfigurablePlugin
arg, argOrDefaultMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Constructor Details
-
BruteForceAttackGuard
public BruteForceAttackGuard()
-
-
Method Details
-
config
-
handle
- Specified by:
handlein interfaceInterceptor<ServiceRequest<?>,ServiceResponse<?>> - Throws:
Exception
-
resolve
- Specified by:
resolvein interfaceInterceptor<ServiceRequest<?>,ServiceResponse<?>>
-