class ConfigLoginModule extends AbstractLoginModule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigLoginModule
- AbstractLoginModule
- LoginModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConfigLoginModule()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
abort(): Boolean
- Definition Classes
- AbstractLoginModule → LoginModule
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
cbHandler: Option[CallbackHandler]
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
commit(): Boolean
- Definition Classes
- AbstractLoginModule → LoginModule
- Annotations
- @throws( ... )
-
def
doLogin(): Boolean
- Attributes
- protected
- Definition Classes
- ConfigLoginModule → AbstractLoginModule
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractCredentials(): (String, String)
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
- Annotations
- @throws( ... )
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getGroups(user: String): List[String]
- Attributes
- protected
- Definition Classes
- ConfigLoginModule → AbstractLoginModule
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(subject: Subject, callbackHandler: CallbackHandler, sharedState: Map[String, _], options: Map[String, _]): Unit
- Definition Classes
- AbstractLoginModule → LoginModule
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
loggedInUser: Option[String]
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
final
def
login(): Boolean
- Definition Classes
- AbstractLoginModule → LoginModule
- Annotations
- @throws( ... )
-
var
loginConfig: Config
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
def
logout(): Boolean
- Definition Classes
- AbstractLoginModule → LoginModule
- Annotations
- @throws( ... )
-
val
moduleName: String
- Attributes
- protected
- Definition Classes
- ConfigLoginModule → AbstractLoginModule
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
postAbort(): Unit
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
def
postCommit(): Unit
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
def
postLogin(): Unit
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
def
postLogout(): Unit
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
var
subject: Option[Subject]
- Attributes
- protected
- Definition Classes
- AbstractLoginModule
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )