SessionRepo

org.beangle.security.session.SessionRepo
trait SessionRepo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def access(sessionId: String, accessAt: Instant): Option[Session]
def expire(sessionId: String): Unit
def findByPrincipal(principal: String): Seq[Session]
def get(sessionId: String, refresh: Boolean): Option[Session]