|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.client.BindProperties
public class BindProperties
Encapsulates an LDAP Bind properties
| Field Summary | |
|---|---|
private boolean |
anonymous
|
private java.lang.Object |
bindCallbackHandler
|
private java.util.Hashtable |
bindProperties
|
private java.lang.String |
dn
|
private java.lang.String |
method
|
private int |
version
|
| Constructor Summary | |
|---|---|
BindProperties(int version,
java.lang.String dn,
java.lang.String method,
boolean anonymous,
java.util.Hashtable bindProperties,
java.lang.Object bindCallbackHandler)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthenticationDN()
Gets the authentication dn |
java.lang.String |
getAuthenticationMethod()
Gets the authentication method |
int |
getProtocolVersion()
gets the protocol version |
java.util.Hashtable |
getSaslBindProperties()
Gets the SASL Bind properties |
java.lang.Object |
getSaslCallbackHandler()
Gets the SASL callback handler |
boolean |
isAnonymous()
Indicates whether or not the bind properties specify an anonymous bind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int version
private java.lang.String dn
private java.lang.String method
private boolean anonymous
private java.util.Hashtable bindProperties
private java.lang.Object bindCallbackHandler
| Constructor Detail |
|---|
public BindProperties(int version,
java.lang.String dn,
java.lang.String method,
boolean anonymous,
java.util.Hashtable bindProperties,
java.lang.Object bindCallbackHandler)
| Method Detail |
|---|
public final int getProtocolVersion()
public final java.lang.String getAuthenticationDN()
public final java.lang.String getAuthenticationMethod()
public final java.util.Hashtable getSaslBindProperties()
public final java.lang.Object getSaslCallbackHandler()
public final boolean isAnonymous()
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||