org.scalatra.auth.strategy

Members list

Type members

Classlikes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class BasicAuthStrategy[UserType <: AnyRef](val app: ScalatraBase, realm: String) extends ScentryStrategy[UserType], RemoteAddress

Attributes

Companion
object
Supertypes
trait ScentryStrategy[UserType]
class Object
trait Matchable
class Any
trait BasicAuthSupport[UserType <: AnyRef]

Provides a hook for the basic auth strategy

Provides a hook for the basic auth strategy

for more details on usage check: https://gist.github.com/732347

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ScalatraBase & ScentrySupport[UserType]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BasicAuthStrategy[UserType]
Self type