Uses of Interface
org.restheart.plugins.Plugin
-
Packages that use Plugin Package Description org.restheart.plugins org.restheart.plugins.security Base package for security pluginsorg.restheart.utils Utility classes -
-
Uses of Plugin in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type Plugin Modifier and Type Class Description classPluginRecord<T extends Plugin>Subinterfaces of Plugin in org.restheart.plugins Modifier and Type Interface Description interfaceBsonInterceptorSpecialized Interceptor interface for services implementing BsonServiceinterfaceBsonServiceSpecialized Service interface that uses BsonRequest and BsonResponseinterfaceByteArrayInterceptorinterfaceByteArrayServiceinterfaceConfigurablePlugininterfaceHandlingPlugin<R extends Request<?>,S extends Response<?>>Parent interface of handling plugins: Service and ProxyinterfaceInitializerinterfaceInterceptor<R extends Request<?>,S extends Response<?>>Interceptors allow to snoop and modify requests and responses at different stages of the request lifecycle as defined by the interceptPoint parameter of the annotation RegisterPlugin.interfaceJsonInterceptorinterfaceJsonServiceSpecialized Service interface that uses JsonRequest and JsonResponseinterfaceMongoInterceptorSpecialized Interceptor interface for MongoServiceinterfaceProxyInterceptorinterfaceService<R extends ServiceRequest<?>,S extends ServiceResponse<?>>Interface to implement servicesClasses in org.restheart.plugins that implement Plugin Modifier and Type Class Description classFileConfigurablePluginAn helper class that simplifies getting the Plugin args from a configuration file. -
Uses of Plugin in org.restheart.plugins.security
Subinterfaces of Plugin in org.restheart.plugins.security Modifier and Type Interface Description interfaceAuthenticatorinterfaceAuthMechanisminterfaceAuthorizerinterfaceTokenManagerInterface for token managers -
Uses of Plugin in org.restheart.utils
Methods in org.restheart.utils with parameters of type Plugin Modifier and Type Method Description static StringPluginUtils. name(Plugin plugin)
-