AbstractAuthenticator

abstract class AbstractAuthenticator extends Authenticator with Logging
trait Logging
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

Definition Classes
@inline
final protected def notifyFailure(token: AuthenticationToken, ae: AuthenticationException): Unit
@inline
final protected def notifySuccess(token: AuthenticationToken, info: Account): Unit

Concrete fields

Inherited fields

protected val logger: Logger
Inherited from
Logging