Uses of Interface
org.restheart.plugins.ConfigurablePlugin
-
Packages that use ConfigurablePlugin Package Description org.restheart.plugins org.restheart.plugins.security Base package for security plugins -
-
Uses of ConfigurablePlugin in org.restheart.plugins
Subinterfaces of ConfigurablePlugin in org.restheart.plugins Modifier and Type Interface Description interfaceBsonInterceptorSpecialized Interceptor interface for services implementing BsonServiceinterfaceBsonServiceSpecialized Service interface that uses BsonRequest and BsonResponseinterfaceByteArrayInterceptorinterfaceByteArrayServiceinterfaceInitializerinterfaceInterceptor<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 ConfigurablePlugin Modifier and Type Class Description classFileConfigurablePluginAn helper class that simplifies getting the Plugin args from a configuration file. -
Uses of ConfigurablePlugin in org.restheart.plugins.security
Subinterfaces of ConfigurablePlugin in org.restheart.plugins.security Modifier and Type Interface Description interfaceAuthenticatorinterfaceAuthMechanisminterfaceAuthorizerinterfaceTokenManagerInterface for token managers
-