|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.auth.NoopDnResolver
public class NoopDnResolver
NoopDnResolver returns the user as the LDAP DN.
| Constructor Summary | |
|---|---|
NoopDnResolver()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
close()
This will close any resources associated with this resolver. |
AuthenticatorConfig |
getAuthenticatorConfig()
This method is not implemented. |
String |
resolve(String user)
Returns the user as the LDAP DN. |
void |
setAuthenticatorConfig(AuthenticatorConfig authConfig)
This method is not implemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopDnResolver()
| Method Detail |
|---|
public void setAuthenticatorConfig(AuthenticatorConfig authConfig)
setAuthenticatorConfig in interface DnResolverauthConfig - AuthenticatorConfigpublic AuthenticatorConfig getAuthenticatorConfig()
getAuthenticatorConfig in interface DnResolver
public String resolve(String user)
throws NamingException
resolve in interface DnResolveruser - String to find dn for
String - user's dn
NamingException - if the LDAP search failspublic void close()
close in interface DnResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||