public class LDAPConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LDAPConfiguration.LDAPConfigurationBuilder |
Modifier and Type | Method and Description |
---|---|
String |
getContextFactory()
Deprecated.
not used anymore, will be removed in a future release
|
String |
getCredential()
Deprecated.
replaced with
CredentialsUsernamePassword , will be
removed in a future release |
Hashtable<String,String> |
getLdapEnviromentConfiguration()
Deprecated.
not used anymore, will be removed in a future release
|
String |
getPrincipal()
Deprecated.
replaced with
CredentialsUsernamePassword , will be
removed in a future release |
String |
getProviderUrl() |
String |
getSearchbase() |
String |
getSecurityAuthentication() |
String |
getSecurityProtocol() |
String |
getSuffix() |
void |
setCredential(String credential)
Deprecated.
replaced with
CredentialsUsernamePassword , will be
removed in a future release |
void |
setPrincipal(String principal)
Deprecated.
replaced with
CredentialsUsernamePassword , will be
removed in a future release |
public String getSuffix()
public String getProviderUrl()
public String getSearchbase()
public String getSecurityAuthentication()
public String getSecurityProtocol()
@Deprecated public void setPrincipal(String principal)
CredentialsUsernamePassword
, will be
removed in a future release@Deprecated public void setCredential(String credential)
CredentialsUsernamePassword
, will be
removed in a future release@Deprecated public String getPrincipal()
CredentialsUsernamePassword
, will be
removed in a future release@Deprecated public String getCredential()
CredentialsUsernamePassword
, will be
removed in a future release@Deprecated public String getContextFactory()
@Deprecated public Hashtable<String,String> getLdapEnviromentConfiguration()