|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DnResolver
DnResolver provides an interface for finding LDAP DNs.
| Method Summary | |
|---|---|
void |
close()
This will close any resources associated with this resolver. |
AuthenticatorConfig |
getAuthenticatorConfig()
Returns the authenticator config. |
String |
resolve(String user)
Attempts to find the LDAP DN for the supplied user. |
void |
setAuthenticatorConfig(AuthenticatorConfig config)
Sets the authenticator config. |
| Method Detail |
|---|
String resolve(String user)
throws NamingException
user - String to find dn for
String - user's dn
NamingException - if an LDAP error occursAuthenticatorConfig getAuthenticatorConfig()
void setAuthenticatorConfig(AuthenticatorConfig config)
config - authenticator configurationvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||