RealmAuthenticator

org.beangle.security.authc.RealmAuthenticator
class RealmAuthenticator(val reams: List[Realm]) extends AbstractAuthenticator, Logging

Realm Authenticator

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

override def authenticate(token: AuthenticationToken): Account

Attributes

Definition Classes
Inherited from:
AbstractAuthenticator
final protected def notifyFailure(token: AuthenticationToken, ae: AuthenticationException): Unit

Attributes

Inherited from:
AbstractAuthenticator
final protected def notifySuccess(token: AuthenticationToken, info: Account): Unit

Attributes

Inherited from:
AbstractAuthenticator

Concrete fields

val reams: List[Realm]

Inherited fields

Attributes

Inherited from:
AbstractAuthenticator
protected val logger: Logger

Attributes

Inherited from:
Logging