public class LdapConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
authenticationMethod
The LDAP authenticationMethod.
|
private String |
baseDn
The LDAP base dn.
|
private String |
baseGroupsDn
The LDAP base dn for groups (if empty baseDn is used).
|
private boolean |
bindAuthenticatorEnabled |
private String |
bindDn
The LDAP bind dn.
|
private String |
contextFactory
contextFactory to use.
|
private Map<String,String> |
extraProperties
Field extraProperties.
|
private List<PropertyEntry> |
extraPropertiesEntries
field to ease json mapping wrapper on
extraProperties field |
private String |
hostName
The LDAP host.
|
private String |
password
The LDAP password.
|
private int |
port
The LDAP port.
|
private boolean |
ssl
ssl LDAP connection.
|
private boolean |
useRoleNameAsGroup
Will use role name as LDAP group.
|
private boolean |
writable
LDAP writable.
|
Constructor and Description |
---|
LdapConfiguration() |
private int port
private boolean ssl
private String contextFactory
private String baseGroupsDn
private String authenticationMethod
private boolean bindAuthenticatorEnabled
private boolean useRoleNameAsGroup
private Map<String,String> extraProperties
private List<PropertyEntry> extraPropertiesEntries
extraProperties
fieldprivate boolean writable
public LdapConfiguration()
public String getHostName()
public void setHostName(String hostName)
public int getPort()
public void setPort(int port)
public boolean isSsl()
public void setSsl(boolean ssl)
public String getContextFactory()
public void setContextFactory(String contextFactory)
public String getPassword()
public void setPassword(String password)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public Map<String,String> getExtraProperties()
public void setExtraProperties(Map<String,String> extraProperties)
public boolean isBindAuthenticatorEnabled()
public void setBindAuthenticatorEnabled(boolean bindAuthenticatorEnabled)
public List<PropertyEntry> getExtraPropertiesEntries()
public void setExtraPropertiesEntries(List<PropertyEntry> extraPropertiesEntries)
public String getBaseGroupsDn()
public void setBaseGroupsDn(String baseGroupsDn)
public boolean isWritable()
public void setWritable(boolean writable)
public boolean isUseRoleNameAsGroup()
public void setUseRoleNameAsGroup(boolean useRoleNameAsGroup)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.