Class UserPwdRemover
java.lang.Object
org.restheart.security.authenticators.UserPwdRemover
- All Implemented Interfaces:
org.restheart.plugins.ConfigurablePlugin,org.restheart.plugins.ExchangeTypeResolver<org.restheart.exchange.MongoRequest,,org.restheart.exchange.MongoResponse> org.restheart.plugins.Interceptor<org.restheart.exchange.MongoRequest,,org.restheart.exchange.MongoResponse> org.restheart.plugins.MongoInterceptor,org.restheart.plugins.Plugin
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
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
-
UserPwdRemover
public UserPwdRemover()
-
-
Method Details
-
init
public void init() -
handle
public void handle(org.restheart.exchange.MongoRequest request, org.restheart.exchange.MongoResponse response) throws Exception - Specified by:
handlein interfaceorg.restheart.plugins.Interceptor<org.restheart.exchange.MongoRequest,org.restheart.exchange.MongoResponse> - Throws:
Exception
-
resolve
public boolean resolve(org.restheart.exchange.MongoRequest request, org.restheart.exchange.MongoResponse response) - Specified by:
resolvein interfaceorg.restheart.plugins.Interceptor<org.restheart.exchange.MongoRequest,org.restheart.exchange.MongoResponse>
-