RealmAuthenticationStrategy

org.beangle.security.authc.RealmAuthenticationStrategy

How we authenticate user within multiple realms

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

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