Package | Description |
---|---|
com.hfg.ldap |
Modifier and Type | Method and Description |
---|---|
LDAPClient.ReferralHandling |
LDAP_Config.getReferralHandling() |
LDAPClient.ReferralHandling |
LDAPClient.getReferralHandling() |
static LDAPClient.ReferralHandling |
LDAPClient.ReferralHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPClient.ReferralHandling[] |
LDAPClient.ReferralHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LDAP_Config |
LDAP_Config.setReferralHandling(LDAPClient.ReferralHandling inValue) |
LDAPClient<U> |
LDAPClient.setReferralHandling(LDAPClient.ReferralHandling inValue) |
jataylor@hairyfatguy.com