LdapUserStore

org.beangle.security.realm.ldap.LdapUserStore
See theLdapUserStore companion object
trait LdapUserStore extends AccountStore

Ldap User Store (RFC 4510)

Attributes

See also
Companion
object
Graph
Supertypes
trait AccountStore
class Object
trait Matchable
class Any
Known subtypes

Members list

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]

Attributes

Inherited from:
AccountStore