Packages

c

org.openurp.app.cas

CasHttpSessionRepo

class CasHttpSessionRepo extends HttpSessionRepo

Linear Supertypes
HttpSessionRepo, CacheSessionRepo, Logging, Initializing, SessionRepo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CasHttpSessionRepo
  2. HttpSessionRepo
  3. CacheSessionRepo
  4. Logging
  5. Initializing
  6. SessionRepo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CasHttpSessionRepo(casConfig: CasConfig, cacheManager: CacheManager, serializer: BinarySerializer)

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: Instant): Option[Session]
    Definition Classes
    CacheSessionRepo → SessionRepo
  5. var accessUrl: String
    Definition Classes
    HttpSessionRepo
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cacheManager: CacheManager
    Definition Classes
    CacheSessionRepo
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def evict(session: Session): Unit
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  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
    CacheSessionRepo → SessionRepo
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getInternal(sessionId: String): Option[Session]
    Attributes
    protected
    Definition Classes
    HttpSessionRepo → CacheSessionRepo
  16. var geturl: String
    Definition Classes
    HttpSessionRepo
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def heartbeat(session: Session): Boolean
    Definition Classes
    HttpSessionRepo → CacheSessionRepo
  19. val heartbeatReporter: HeartbeatReporter
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  20. var heartbeatSeconds: Int
    Definition Classes
    CacheSessionRepo
  21. def init(): Unit
    Definition Classes
    CacheSessionRepo → Initializing
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def put(session: Session): Unit
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HttpSessionRepo

Inherited from CacheSessionRepo

Inherited from Logging

Inherited from Initializing

Inherited from SessionRepo

Inherited from AnyRef

Inherited from Any

Ungrouped