PoolingContextSource

org.beangle.security.realm.ldap.PoolingContextSource
class PoolingContextSource(val url: String, userName: String, password: String) extends ContextSource with Initializing with Disposable with Logging

使用jdk自带的缓冲池的源

Attributes

See also:
Graph
Supertypes
trait Logging
trait Disposable
trait Initializing
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def destroy(): Unit

do destroy.

do destroy.

Attributes

def get(): DirContext
override def init(): Unit

do initialization.

do initialization.

Attributes

Definition Classes
Initializing
def release(ctx: DirContext): Unit

Concrete fields

val url: String

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging