RealmAuthenticator

class RealmAuthenticator(val reams: List[Realm]) extends AbstractAuthenticator with Logging

Realm Authenticator

trait Logging
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes

Inherited methods

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

Concrete fields

val reams: List[Realm]

Inherited fields

protected val logger: Logger
Inherited from:
Logging