RealmAuthenticator

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

Realm Authenticator

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

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