CredentialStore

org.beangle.security.authc.CredentialStore

凭证存储库

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getPassword(principal: Any): Option[String]
def updatePassword(principal: Any, rawPassword: String): Unit