public class ExtensionModule
extends com.google.inject.servlet.ServletModule
Constructor and Description |
---|
ExtensionModule(Environment environment)
Creates a module which loads all extensions within the
GUACAMOLE_HOME/extensions directory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configureServlets() |
List<AuthenticationProvider> |
getAuthenticationProviders()
Returns a list of all currently-bound AuthenticationProvider instances.
|
configure, filter, filterRegex, getServletContext, serve, serveRegex
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public ExtensionModule(Environment environment)
environment
- The environment to use when configuring authentication.@Provides public List<AuthenticationProvider> getAuthenticationProviders()
protected void configureServlets()
configureServlets
in class com.google.inject.servlet.ServletModule
Copyright © 2017. All rights reserved.