@NotExtensible @NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public class LDAPRebindAuth extends java.lang.Object implements java.io.Serializable
ReferralConnector
class should be used
instead.Constructor and Description |
---|
LDAPRebindAuth(java.lang.String dn,
java.lang.String password)
Creates a new LDAP rebind auth object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDN()
Retrieves the DN to use when authenticating.
|
java.lang.String |
getPassword()
Retrieves the password to use when authenticating.
|
public LDAPRebindAuth(@Nullable java.lang.String dn, @Nullable java.lang.String password)
dn
- The DN to use when authenticating.password
- The password to use when authenticating.@Nullable public java.lang.String getDN()
@Nullable public java.lang.String getPassword()