Uses of Interface
org.restheart.plugins.security.Authenticator
-
Packages that use Authenticator Package Description org.restheart.plugins org.restheart.plugins.security Base package for security plugins -
-
Uses of Authenticator in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type Authenticator Modifier and Type Method Description PluginRecord<Authenticator>PluginsRegistry. getAuthenticator(String name)Set<PluginRecord<Authenticator>>PluginsRegistry. getAuthenticators() -
Uses of Authenticator in org.restheart.plugins.security
Subinterfaces of Authenticator in org.restheart.plugins.security Modifier and Type Interface Description interfaceTokenManagerInterface for token managers
-