Uses of Class
org.restheart.plugins.PluginRecord
-
Packages that use PluginRecord Package Description org.restheart.plugins -
-
Uses of PluginRecord in org.restheart.plugins
Methods in org.restheart.plugins that return PluginRecord Modifier and Type Method Description PluginRecord<Authenticator>PluginsRegistry. getAuthenticator(String name)PluginRecord<TokenManager>PluginsRegistry. getTokenManager()Methods in org.restheart.plugins that return types with arguments of type PluginRecord Modifier and Type Method Description Set<PluginRecord<Authenticator>>PluginsRegistry. getAuthenticators()Set<PluginRecord<AuthMechanism>>PluginsRegistry. getAuthMechanisms()Set<PluginRecord<Authorizer>>PluginsRegistry. getAuthorizers()Set<PluginRecord<Initializer>>PluginsRegistry. getInitializers()Set<PluginRecord<Interceptor>>PluginsRegistry. getInterceptors()Set<PluginRecord<Service>>PluginsRegistry. getServices()
-