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. Protected

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. val accessReporter: AccessReporter
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  6. var accessUrl: String
    Definition Classes
    HttpSessionRepo
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cacheManager: CacheManager
    Definition Classes
    CacheSessionRepo
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def evict(session: Session): Unit
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  13. def expire(sid: String): Unit
    Definition Classes
    HttpSessionRepo → SessionRepo
  14. var expireUrl: String
    Definition Classes
    HttpSessionRepo
  15. def findByPrincipal(principal: String): Seq[Session]
    Definition Classes
    HttpSessionRepo → SessionRepo
  16. var findUrl: String
    Definition Classes
    HttpSessionRepo
  17. def flush(session: Session): Boolean
    Definition Classes
    HttpSessionRepo → CacheSessionRepo
  18. var flushInterval: Int
    Definition Classes
    CacheSessionRepo
  19. def get(sessionId: String): Option[Session]
    Definition Classes
    CacheSessionRepo → SessionRepo
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getInternal(sid: String): Option[Session]
    Attributes
    protected
    Definition Classes
    HttpSessionRepo → CacheSessionRepo
  22. var geturl: String
    Definition Classes
    HttpSessionRepo
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def init(): Unit
    Definition Classes
    CacheSessionRepo → Initializing
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def put(session: Session): Unit
    Attributes
    protected
    Definition Classes
    CacheSessionRepo
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[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