org.scalatra.auth.Scentry
See theScentry companion object
class Scentry[UserType <: AnyRef](app: ScalatraBase, serialize: PartialFunction[UserType, String], deserialize: PartialFunction[String, UserType], var _store: ScentryAuthStore)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article