Packages

class CookieAuthStore extends ScentryAuthStore

Linear Supertypes
ScentryAuthStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CookieAuthStore
  2. ScentryAuthStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CookieAuthStore(app: ScalatraContext)(implicit cookieOptions: CookieOptions = CookieOptions(path = "/"))

Value Members

  1. def get(implicit request: HttpServletRequest, response: HttpServletResponse): String
    Definition Classes
    CookieAuthStoreScentryAuthStore
  2. def invalidate()(implicit request: HttpServletRequest, response: HttpServletResponse): Unit
    Definition Classes
    CookieAuthStoreScentryAuthStore
  3. def set(value: String)(implicit request: HttpServletRequest, response: HttpServletResponse): Unit
    Definition Classes
    CookieAuthStoreScentryAuthStore