RealmAuthenticationStrategy

How we authenticate user within multiple realms

class Object
trait Matchable
class Any

Value members

Abstract methods

@throws(scala.Predef.classOf[org.beangle.security.authc.AuthenticationException])
def authenticate(realms: List[Realm], token: AuthenticationToken): Account

Concrete methods

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