|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.tools.beluga.ldap.messages.AbstractMessage
org.pfsw.tools.beluga.ldap.messages.RequestMessage
org.pfsw.tools.beluga.ldap.messages.BindRequest
public class BindRequest
Represents a bind request from a client.
Constructor Summary | |
---|---|
BindRequest()
Initialize the new instance with the raw data transmitted by the client. |
Method Summary | |
---|---|
String |
getDN()
Return the distinguished name for the user to bind against the directory |
byte[] |
getPassword()
Return the password for the user to bind against the directory |
boolean |
isBindRequest()
Returns true because this is a bind request. |
void |
setDN(String dn)
Set the distinguished name for the user to bind against the directory |
void |
setPassword(byte[] password)
Set the password for the user to bind against the directory |
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.RequestMessage |
---|
isAddRequest, isDeleteRequest, isModifyRequest, isSearchRequest, isUnbindRequest |
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage |
---|
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BindRequest()
Method Detail |
---|
public boolean isBindRequest()
isBindRequest
in class RequestMessage
public String getDN()
public void setDN(String dn)
public byte[] getPassword()
public void setPassword(byte[] password)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |