Class QuickstartShiroModule
- java.lang.Object
-
- com.google.inject.PrivateModule
-
- org.apache.shiro.guice.ShiroModule
-
- QuickstartShiroModule
-
- All Implemented Interfaces:
com.google.inject.Module
,Destroyable
public class QuickstartShiroModule extends ShiroModule
-
-
Constructor Summary
Constructors Constructor Description QuickstartShiroModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureShiro()
Implement this method in order to configure your realms and any other Shiro customization you may need.-
Methods inherited from class org.apache.shiro.guice.ShiroModule
add, bindBeanType, bindEnvironment, bindEventBus, bindRealm, bindSecurityManager, bindSessionManager, 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
-
-
-
-
Constructor Detail
-
QuickstartShiroModule
public QuickstartShiroModule()
-
-
Method Detail
-
configureShiro
protected void configureShiro()
Description copied from class:ShiroModule
Implement this method in order to configure your realms and any other Shiro customization you may need.- Specified by:
configureShiro
in classShiroModule
-
-