Class DenyFilterOnUserPwd
java.lang.Object
org.restheart.security.authenticators.DenyFilterOnUserPwd
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<MongoRequest,,MongoResponse> Interceptor<MongoRequest,,MongoResponse> MongoInterceptor,Plugin
- Author:
- Andrea Di Cesare <andrea@softinstigate.com> DenyFilterOnUserPasswordPredicate checks if a request has a filter involving the password field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(MongoRequest request, MongoResponse response) voidinit(PluginsRegistry registry) booleanresolve(MongoRequest request, MongoResponse 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.ExchangeTypeResolver
requestType, responseType
-
Constructor Details
-
DenyFilterOnUserPwd
public DenyFilterOnUserPwd()
-
-
Method Details
-
init
-
resolve
- Specified by:
resolvein interfaceInterceptor<MongoRequest,MongoResponse>
-
handle
- Specified by:
handlein interfaceInterceptor<MongoRequest,MongoResponse> - Throws:
Exception
-