|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.bind.GetBindDn
public class GetBindDn
Encapsulates the action of looking up a user in an embedded ApacheDS DIT.
| Constructor Summary | |
|---|---|
GetBindDn(java.lang.String username)
Creates the action to be used against the embedded ApacheDS DIT. |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name base)
Note that the base is a relative path from the existing context. |
java.lang.String |
getBindDn()
Accessor method for retrieving the DN for the username. |
java.lang.String |
getUserPassword()
Accessor method for retrieving the user's password. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetBindDn(java.lang.String username)
username - The username to search for in the directory.| Method Detail |
|---|
public java.lang.String getBindDn()
public java.lang.String getUserPassword()
public java.lang.Object execute(javax.naming.directory.DirContext ctx,
javax.naming.Name base)
execute in interface ContextOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||