LdapUserStore

class Object
trait Matchable
class Any

Value members

Abstract methods

def create(user: Account, password: String): Unit
def getAttribute(userDN: String, attrName: String): Option[Any]
def getAttributes(userDN: String, attributeNames: String*): Map[String, Any]
def getUserDN(uid: String): Option[String]
def updateAttribute(dn: String, attribute: String, value: AnyRef): Unit

Inherited methods

def load(principal: Any): Option[Account]
Inherited from
AccountStore