c

blended.security

LDAPLoginModule

class LDAPLoginModule extends AbstractLoginModule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LDAPLoginModule
  2. AbstractLoginModule
  3. LoginModule
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LDAPLoginModule()

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. def abort(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var cbHandler: Option[CallbackHandler]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def commit(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  9. var ctCtxt: Option[ContainerContext]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  10. def doLogin(): Boolean
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extractCredentials(): (String, String)
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getGroups(member: String): List[String]
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def initialize(subject: Subject, callbackHandler: CallbackHandler, sharedState: Map[String, _], options: Map[String, _]): Unit
    Definition Classes
    AbstractLoginModule → LoginModule
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val ldapCfg: LDAPLoginConfig
  21. var loggedInUser: Option[String]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  22. final def login(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  23. var loginConfig: Config
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  24. def logout(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  25. val moduleName: String
    Attributes
    protected
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def postAbort(): Unit
    Attributes
    protected
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
  30. def postCommit(): Unit
    Attributes
    protected
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
  31. def postLogin(): Unit
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  32. def postLogout(): Unit
    Attributes
    protected
    Definition Classes
    LDAPLoginModuleAbstractLoginModule
  33. var subject: Option[Subject]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AbstractLoginModule

Inherited from LoginModule

Inherited from AnyRef

Inherited from Any

Ungrouped