c

blended.security

AbstractLoginModule

abstract class AbstractLoginModule extends LoginModule

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

Instance Constructors

  1. new AbstractLoginModule()

Abstract Value Members

  1. abstract def doLogin(): Boolean
    Attributes
    protected
    Annotations
    @throws(scala.this.throws.<init>$default$1[javax.security.auth.login.LoginException])
  2. abstract def getGroups(user: String): List[String]
    Attributes
    protected
  3. abstract val moduleName: String
    Attributes
    protected

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

Inherited from LoginModule

Inherited from AnyRef

Inherited from Any

Ungrouped