c

blended.security

ConfigLoginModule

class ConfigLoginModule extends AbstractLoginModule

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

Instance Constructors

  1. new ConfigLoginModule()

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
    Attributes
    protected
    Definition Classes
    ConfigLoginModuleAbstractLoginModule
    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(user: String): List[String]
    Attributes
    protected
    Definition Classes
    ConfigLoginModuleAbstractLoginModule
  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. var loggedInUser: Option[String]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  21. final def login(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  22. var loginConfig: Config
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  23. def logout(): Boolean
    Definition Classes
    AbstractLoginModule → LoginModule
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  24. val moduleName: String
    Attributes
    protected
    Definition Classes
    ConfigLoginModuleAbstractLoginModule
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def postAbort(): Unit
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  29. def postCommit(): Unit
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  30. def postLogin(): Unit
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  31. def postLogout(): Unit
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  32. var subject: Option[Subject]
    Attributes
    protected
    Definition Classes
    AbstractLoginModule
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. 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