org.beangle.security.session

Members list

Type members

Classlikes

class DefaultSession extends Session

Attributes

Supertypes
trait Session
trait Externalizable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
enum EventType

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class LoginEvent(src: Session) extends Event

Attributes

Supertypes
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Show all
class LogoutEvent(src: Session, var reason: String) extends Event

Attributes

Supertypes
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Show all
class OvermaxSessionException(val maxUserLimit: Int, principal: Any) extends SessionException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Session

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Session.type
trait Session extends Externalizable

Attributes

Companion
object
Supertypes
trait Externalizable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DefaultSessionBuilder.type
class SessionException(message: String, principal: Any) extends AuthenticationException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class SessionExpiredException(message: String, principal: Principal) extends SessionException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class SessionProfile(ttiSeconds: Int, concurrent: Int, capacity: Int, checkConcurrent: Boolean, checkCapacity: Boolean)

会话配置

会话配置

Value parameters

checkCapacity

是否检查系统会话上限

checkConcurrent

是否检查多重会话

concurrent

多重会话数上限

ttiSeconds

tti时间以秒计

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
trait SessionRepo
class Object
trait Matchable
class Any
trait SessionRepo

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes