RealmAuthenticationStrategy

How we authenticate user within multiple realms

class Object
trait Matchable
class Any

Value members

Abstract methods

def authenticate(realms: List[Realm], token: AuthenticationToken): Account

Concrete methods

protected def returnOrRaise(info: Account, token: AuthenticationToken, t: Throwable): Account