Package | Description |
---|---|
edu.vt.middleware.ldap.auth |
Modifier and Type | Class and Description |
---|---|
class |
ConstructDnResolver
ConstructDnResolver creates an LDAP DN using known information
about the LDAP. |
class |
NoopDnResolver
NoopDnResolver returns the user as the LDAP DN. |
class |
SearchDnResolver
SearchDnResolver looks up a user's DN using an LDAP search. |
Modifier and Type | Method and Description |
---|---|
DnResolver |
AuthenticatorConfig.getDnResolver()
This returns the DN resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorConfig.setDnResolver(DnResolver resolver)
This sets the DN resolver.
|
Copyright © 2016. All rights reserved.