Package com.axelor.auth
Class AuthWebModule
- java.lang.Object
-
- com.google.inject.PrivateModule
-
- org.apache.shiro.guice.ShiroModule
-
- org.apache.shiro.guice.web.ShiroWebModule
-
- com.axelor.auth.AuthWebModule
-
- All Implemented Interfaces:
Module,org.apache.shiro.util.Destroyable
public abstract class AuthWebModule extends org.apache.shiro.guice.web.ShiroWebModule
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthWebModule(javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidconfigureAnon()protected abstract voidconfigureAuth()protected voidconfigureShiroWeb()-
Methods inherited from class org.apache.shiro.guice.web.ShiroWebModule
addFilterChain, addFilterChain, addFilterChain, bindEnvironment, bindGuiceFilter, bindGuiceFilter, bindSecurityManager, bindSessionManager, bindShiroFilterConfiguration, bindWebEnvironment, bindWebSecurityManager, config, config, config, configureShiro, filterConfig, filterConfig, filterConfig, filterConfig, globalFilters, guiceFilterModule, guiceFilterModule
-
Methods inherited from class org.apache.shiro.guice.ShiroModule
add, bindBeanType, bindEventBus, bindRealm, configure, destroy
-
Methods inherited from class com.google.inject.PrivateModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-