org.beangle.security.session.mem

MemSessionRegistry

Related Doc: package mem

class MemSessionRegistry extends ProfiledSessionRegistry with Logging with EventPublisher

Hold session in memory

Linear Supertypes
EventPublisher, Logging, ProfiledSessionRegistry, EventListener[ProfileChangeEvent], EventListener, LimitedSessionRegistry, SessionRegistry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MemSessionRegistry
  2. EventPublisher
  3. Logging
  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 MemSessionRegistry()

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
    MemSessionRegistry → SessionRegistry
  5. def allocate(auth: Account, sessionId: String): Boolean

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

    Definition Classes
    Any
  7. var builder: SessionBuilder

  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    MemSessionRegistry → SessionRegistry
  13. def getByPrincipal(principal: String): Seq[Session]

    Definition Classes
    MemSessionRegistry → LimitedSessionRegistry
  14. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  22. var multicaster: EventMulticaster

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

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

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

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

    Handle an application event.

    Handle an application event.

    Definition Classes
    ProfiledSessionRegistry → EventListener
  27. val principals: TrieMap[Any, HashSet[String]]

    Attributes
    protected
  28. var profileProvider: ProfileProvider

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

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

    Definition Classes
    MemSessionRegistry → SessionRegistry
  31. def release(session: Session): Unit

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

    Definition Classes
    MemSessionRegistry → SessionRegistry
  33. val sessionids: TrieMap[String, Session]

    Attributes
    protected
  34. 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
  35. 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
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EventPublisher

Inherited from Logging

Inherited from ProfiledSessionRegistry

Inherited from EventListener[ProfileChangeEvent]

Inherited from EventListener

Inherited from LimitedSessionRegistry

Inherited from SessionRegistry

Inherited from AnyRef

Inherited from Any

Ungrouped