Package org.apache.shiro.guice
Class ShiroSessionScope
- java.lang.Object
-
- org.apache.shiro.guice.ShiroSessionScope
-
- All Implemented Interfaces:
com.google.inject.Scope
public class ShiroSessionScope extends Object implements com.google.inject.Scope
Guice scope for Shiro sessions. Not bound by default.
-
-
Constructor Summary
Constructors Constructor Description ShiroSessionScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.inject.Provider<T>
scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped)
String
toString()
-
-
-
Constructor Detail
-
ShiroSessionScope
public ShiroSessionScope()
-
-
Method Detail
-
scope
public <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped)
- Specified by:
scope
in interfacecom.google.inject.Scope
-
-