Class 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.
    • 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 interface com.google.inject.Scope