org.beangle.security.session.jdbc

DBSessionRegistry

Related Doc: package jdbc

class DBSessionRegistry extends ProfiledSessionRegistry with EventPublisher with Initializing

基于数据库的session注册表

Linear Supertypes
Initializing, EventPublisher, ProfiledSessionRegistry, EventListener[ProfileChangeEvent], EventListener, LimitedSessionRegistry, SessionRegistry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DBSessionRegistry
  2. Initializing
  3. EventPublisher
  4. ProfiledSessionRegistry
  5. EventListener
  6. EventListener
  7. LimitedSessionRegistry
  8. SessionRegistry
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBSessionRegistry(dataSource: DataSource, dataCacheManager: CacheManager, statusCacheManager: CacheManager)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def access(sessionId: String, accessAt: Long, accessed: String): Option[Session]

    Definition Classes
    DBSessionRegistry → SessionRegistry
  5. def allocate(auth: Account, sessionId: String): Boolean

    Attributes
    protected
    Definition Classes
    DBSessionRegistry → LimitedSessionRegistry
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. var builder: SessionBuilder

  8. var cleaner: SessionCleaner

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(sessionId: String): Option[Session]

    Definition Classes
    DBSessionRegistry → SessionRegistry
  14. def getBeforeAccessAt(lastAccessAt: Long): Seq[String]

  15. def getByPrincipal(principal: String): Seq[Session]

    Definition Classes
    DBSessionRegistry → LimitedSessionRegistry
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getMaxSession(auth: Account): Int

    Attributes
    protected
    Definition Classes
    ProfiledSessionRegistry → LimitedSessionRegistry
  18. def getProfile(auth: Account): SessionProfile

    Attributes
    protected
    Definition Classes
    ProfiledSessionRegistry
  19. def getProfileId(auth: Account): Int

    Attributes
    protected
    Definition Classes
    ProfiledSessionRegistry
  20. def getTimeout(auth: Account): Short

    Attributes
    protected
    Definition Classes
    ProfiledSessionRegistry → LimitedSessionRegistry
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def init(): Unit

    Definition Classes
    DBSessionRegistry → Initializing
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. var multicaster: EventMulticaster

    Definition Classes
    EventPublisher
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def onEvent(event: ProfileChangeEvent): Unit

    Handle an application event.

    Handle an application event.

    Definition Classes
    DBSessionRegistryProfiledSessionRegistry → EventListener
  29. var profileProvider: ProfileProvider

    Definition Classes
    ProfiledSessionRegistry
  30. def publish(event: Event): Unit

    Definition Classes
    EventPublisher
  31. def register(sessionId: String, info: Account, client: Client): Session

    Definition Classes
    DBSessionRegistry → SessionRegistry
  32. def release(session: Session): Unit

    Attributes
    protected
    Definition Classes
    DBSessionRegistry → LimitedSessionRegistry
  33. def remove(sessionId: String): Option[Session]

    Definition Classes
    DBSessionRegistry → SessionRegistry
  34. var sessionTable: String

  35. def stat(): Unit

  36. var statTable: String

  37. def supportsEventType(eventType: Class[_ <: Event]): Boolean

    Determine whether this listener actually supports the given event type.

    Determine whether this listener actually supports the given event type.

    Definition Classes
    ProfiledSessionRegistry → EventListener
  38. def supportsSourceType(sourceType: Class[_]): Boolean

    Determine whether this listener actually supports the given source type.

    Determine whether this listener actually supports the given source type.

    Definition Classes
    ProfiledSessionRegistry → EventListener
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def tryAllocate(sessionId: String, auth: Account): Unit

    Attributes
    protected
    Definition Classes
    LimitedSessionRegistry
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Initializing

Inherited from EventPublisher

Inherited from ProfiledSessionRegistry

Inherited from EventListener[ProfileChangeEvent]

Inherited from EventListener

Inherited from LimitedSessionRegistry

Inherited from SessionRegistry

Inherited from AnyRef

Inherited from Any

Ungrouped