Package | Description |
---|---|
org.ldaptive.auth | |
org.ldaptive.jaas | |
org.ldaptive.props |
Modifier and Type | Class and Description |
---|---|
class |
PooledBindAuthenticationHandler
Provides an LDAP authentication implementation that leverages a pool of LDAP connections to perform the LDAP bind
operation.
|
class |
PooledCompareAuthenticationHandler
Provides an LDAP authentication implementation that leverages a pool of ldap connections to perform the compare
operation against the userPassword attribute.
|
class |
PooledSearchDnResolver
Looks up a user's DN using a pool of connections.
|
class |
PooledSearchEntryResolver
Looks up the LDAP entry associated with a user using a pool of LDAP connections.
|
Modifier and Type | Class and Description |
---|---|
class |
PooledSearchRoleResolver
Looks up a user's roles using a pool of connections.
|
Modifier and Type | Method and Description |
---|---|
private void |
AuthenticatorPropertySource.initPooledConnectionFactoryManager(PooledConnectionFactoryManager cfm)
Initializes the supplied connection factory manager using the properties in this property source.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.