BasicAuthSupport

org.scalatra.auth.strategy.BasicAuthSupport
trait BasicAuthSupport[UserType <: AnyRef]

Provides a hook for the basic auth strategy

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

Attributes

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

Members list

Value members

Abstract methods

def realm: String

Concrete methods

protected def basicAuth()(implicit request: HttpServletRequest, response: HttpServletResponse): Option[UserType]