DBCredentialStore

org.beangle.security.authc.DBCredentialStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def getAge(principal: Any): Option[CredentialAge]

Inherited methods

def getPassword(principal: Any): Option[String]

Attributes

Inherited from:
CredentialStore
def updatePassword(principal: Any, rawPassword: String): Unit

Attributes

Inherited from:
CredentialStore