AbstractAuthenticator

org.beangle.security.authc.AbstractAuthenticator
abstract class AbstractAuthenticator extends Authenticator, Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Concrete methods

override def authenticate(token: AuthenticationToken): Account

Attributes

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

Concrete fields

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging