Uses of Class
org.restheart.plugins.PluginRecord
Packages that use PluginRecord
-
Uses of PluginRecord in org.restheart.plugins
Methods in org.restheart.plugins that return PluginRecordModifier and TypeMethodDescriptionPluginsRegistry.getAuthenticator(String name) PluginsRegistry.getTokenManager()Methods in org.restheart.plugins that return types with arguments of type PluginRecordModifier and TypeMethodDescriptionPluginsRegistry.getAuthenticators()PluginsRegistry.getAuthMechanisms()PluginsRegistry.getAuthorizers()PluginsRegistry.getInitializers()Set<PluginRecord<Interceptor<?, ?>>> PluginsRegistry.getInterceptors()Set<PluginRecord<Provider<?>>> PluginsRegistry.getProviders()Set<PluginRecord<Service<?, ?>>> PluginsRegistry.getServices()Methods in org.restheart.plugins with parameters of type PluginRecordModifier and TypeMethodDescriptionvoidPluginsRegistry.addInterceptor(PluginRecord<Interceptor<?, ?>> i) Provider.get(PluginRecord<?> caller) voidPluginsRegistry.plugService(PluginRecord<Service<? extends ServiceRequest<?>, ? extends ServiceResponse<?>>> srv, String uri, RegisterPlugin.MATCH_POLICY mp, boolean secured) Plugs a service into the root handler binding it to the pathMethod parameters in org.restheart.plugins with type arguments of type PluginRecordModifier and TypeMethodDescriptionbooleanPluginsRegistry.removeInterceptorIf(Predicate<? super PluginRecord<Interceptor<?, ?>>> filter) -
Uses of PluginRecord in org.restheart.utils
Methods in org.restheart.utils that return PluginRecordModifier and TypeMethodDescriptionstatic PluginRecord<Service<?, ?>> PluginUtils.handlingServicePluginRecord(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange)