org.beangle.security.realm.ldap

SimpleLdapUserStore

Related Doc: package ldap

class SimpleLdapUserStore extends LdapUserStore with Disposable with Logging

Linear Supertypes
Logging, Disposable, LdapUserStore, AccountStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleLdapUserStore
  2. Logging
  3. Disposable
  4. LdapUserStore
  5. AccountStore
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleLdapUserStore(url: String, userName: String, password: String, base: String)

  2. new SimpleLdapUserStore()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. var base: String

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var ctx: DirContext

  8. def destroy(): Unit

    Definition Classes
    SimpleLdapUserStore → Disposable
  9. def disConnect(): Unit

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAttributes(uid: String, attrName: String): Set[Any]

    Definition Classes
    SimpleLdapUserStoreLdapUserStore
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getPassword(uid: String): String

    Definition Classes
    SimpleLdapUserStoreLdapUserStore
  16. def getUserDN(uid: String): String

    Definition Classes
    SimpleLdapUserStoreLdapUserStore
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def load(principal: Any): Option[Account]

    Definition Classes
    SimpleLdapUserStoreAccountStore
  20. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. var password: String

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. var url: String

    Definition Classes
    SimpleLdapUserStoreLdapUserStore
  28. var userName: String

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from Disposable

Inherited from LdapUserStore

Inherited from AccountStore

Inherited from AnyRef

Inherited from Any

Ungrouped