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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HttpSessionRepo

Inherited from CacheSessionRepo

Inherited from Logging

Inherited from Initializing

Inherited from SessionRepo

Inherited from AnyRef

Inherited from Any

Ungrouped