Package | Description |
---|---|
org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseLdapPathContextSource
Interface to be implemented by
ContextSources that are capable
of providing the base LDAP path. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextSource
Abstract implementation of the
ContextSource interface. |
class |
DirContextSource
ContextSource implementation which creates InitialDirContext instances, for
LDAPv2 compatibility.
|
class |
LdapContextSource
ContextSource implementation which creates an
InitialLdapContext
instance. |
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.