|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DnResolver | |
|---|---|
| org.ldaptive.auth | |
| Uses of DnResolver in org.ldaptive.auth |
|---|
| Classes in org.ldaptive.auth that implement DnResolver | |
|---|---|
class |
AbstractSearchDnResolver
Base implementation for search dn resolvers. |
class |
AggregateDnResolver
Looks up a user's DN using multiple DN resolvers. |
class |
FormatDnResolver
Returns a DN by applying a formatter. |
class |
NoOpDnResolver
Returns a DN that is the user identifier. |
class |
PooledSearchDnResolver
Looks up a user's DN using a pool of connections. |
class |
SearchDnResolver
Looks up a user's DN using an LDAP search. |
| Methods in org.ldaptive.auth that return DnResolver | |
|---|---|
DnResolver |
Authenticator.getDnResolver()
Returns the DN resolver. |
| Methods in org.ldaptive.auth that return types with arguments of type DnResolver | |
|---|---|
Map<String,DnResolver> |
AggregateDnResolver.getDnResolvers()
Returns the DN resolvers to aggregate over. |
| Methods in org.ldaptive.auth with parameters of type DnResolver | |
|---|---|
void |
Authenticator.setDnResolver(DnResolver resolver)
Sets the DN resolver. |
| Method parameters in org.ldaptive.auth with type arguments of type DnResolver | |
|---|---|
void |
AggregateDnResolver.setDnResolvers(Map<String,DnResolver> resolvers)
Sets the DN resolvers to aggregate over. |
| Constructors in org.ldaptive.auth with parameters of type DnResolver | |
|---|---|
Authenticator(DnResolver resolver,
AuthenticationHandler handler)
Creates a new authenticator. |
|
| Constructor parameters in org.ldaptive.auth with type arguments of type DnResolver | |
|---|---|
AggregateDnResolver(Map<String,DnResolver> resolvers)
Creates a new aggregate dn resolver. |
|
AggregateDnResolver(Map<String,DnResolver> resolvers,
ExecutorService es)
Creates a new aggregate dn resolver. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||