public class LDAPConfigProxyItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CACERTS
Generated constant - Attribute key of
LDAPConfigProxyItem.cacerts attribute defined at extension ldap. |
static String |
CAKEYSTOREPWD
Generated constant - Attribute key of
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap. |
static String |
CAKEYSTORETYPE
Generated constant - Attribute key of
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap. |
static String |
CLIENTCERTS
Generated constant - Attribute key of
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap. |
static String |
CLIENTKEYSTOREPWD
Generated constant - Attribute key of
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap. |
static String |
CLIENTKEYSTORETYPE
Generated constant - Attribute key of
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap. |
static String |
JNDIAUTHENTICATION
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap. |
static String |
JNDICONNECTTIMEOUT
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap. |
static String |
JNDICREDENTIALS
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap. |
static String |
JNDIFACTORY
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap. |
static String |
JNDIPRINCIPALS
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap. |
static String |
JNDIVERSION
Generated constant - Attribute key of
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap. |
static String |
LOCALACCOUNTSONLY
Generated constant - Attribute key of
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap. |
static String |
LOGINFIELD
Generated constant - Attribute key of
LDAPConfigProxyItem.loginField attribute defined at extension ldap. |
static String |
MINIMUMFAILBACKTIME
Generated constant - Attribute key of
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap. |
static String |
POOLENABLED
Generated constant - Attribute key of
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap. |
static String |
POOLINITSIZE
Generated constant - Attribute key of
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap. |
static String |
POOLMAXSIZE
Generated constant - Attribute key of
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap. |
static String |
POOLPREFSIZE
Generated constant - Attribute key of
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap. |
static String |
POOLTIMEOUT
Generated constant - Attribute key of
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap. |
static String |
SECURITYPROTOCOL
Generated constant - Attribute key of
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap. |
static String |
SERVERROOTDN
Generated constant - Attribute key of
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap. |
static String |
SERVERURL
Generated constant - Attribute key of
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap. |
static String |
SOCKETFACTORY
Generated constant - Attribute key of
LDAPConfigProxyItem.socketFactory attribute defined at extension ldap. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
LDAPConfigProxyItemModel()
Generated constructor - Default constructor for generic creation.
|
LDAPConfigProxyItemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
LDAPConfigProxyItemModel(String _loginField,
Collection<String> _serverUrl)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
LDAPConfigProxyItemModel(String _loginField,
ItemModel _owner,
Collection<String> _serverUrl)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCacerts()
Generated method - Getter of the
LDAPConfigProxyItem.cacerts attribute defined at extension ldap. |
String |
getCaKeystorePwd()
Generated method - Getter of the
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap. |
String |
getCaKeystoreType()
Generated method - Getter of the
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap. |
String |
getClientcerts()
Generated method - Getter of the
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap. |
String |
getClientKeystorePwd()
Generated method - Getter of the
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap. |
String |
getClientKeystoreType()
Generated method - Getter of the
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap. |
JNDIAuthenticationEnum |
getJndiAuthentication()
Generated method - Getter of the
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap. |
Integer |
getJndiConnectTimeout()
Generated method - Getter of the
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap. |
String |
getJndiCredentials()
Generated method - Getter of the
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap. |
String |
getJndiFactory()
Generated method - Getter of the
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap. |
String |
getJndiPrincipals()
Generated method - Getter of the
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap. |
LDAPVersionEnum |
getJndiVersion()
Generated method - Getter of the
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap. |
Collection<PrincipalModel> |
getLocalAccountsOnly()
Generated method - Getter of the
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap. |
String |
getLoginField()
Generated method - Getter of the
LDAPConfigProxyItem.loginField attribute defined at extension ldap. |
Integer |
getMinimumFailbackTime()
Generated method - Getter of the
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap. |
Boolean |
getPoolEnabled()
Generated method - Getter of the
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap. |
Integer |
getPoolInitsize()
Generated method - Getter of the
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap. |
Integer |
getPoolMaxsize()
Generated method - Getter of the
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap. |
Integer |
getPoolPrefsize()
Generated method - Getter of the
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap. |
Integer |
getPoolTimeout()
Generated method - Getter of the
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap. |
String |
getSecurityProtocol()
Generated method - Getter of the
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap. |
String |
getServerRootDN()
Generated method - Getter of the
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap. |
Collection<String> |
getServerUrl()
Generated method - Getter of the
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap. |
String |
getSocketFactory()
Generated method - Getter of the
LDAPConfigProxyItem.socketFactory attribute defined at extension ldap. |
void |
setCacerts(String value)
Generated method - Setter of
LDAPConfigProxyItem.cacerts attribute defined at extension ldap. |
void |
setCaKeystorePwd(String value)
Generated method - Setter of
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap. |
void |
setCaKeystoreType(String value)
Generated method - Setter of
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap. |
void |
setClientcerts(String value)
Generated method - Setter of
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap. |
void |
setClientKeystorePwd(String value)
Generated method - Setter of
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap. |
void |
setClientKeystoreType(String value)
Generated method - Setter of
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap. |
void |
setJndiAuthentication(JNDIAuthenticationEnum value)
Generated method - Setter of
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap. |
void |
setJndiConnectTimeout(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap. |
void |
setJndiCredentials(String value)
Generated method - Setter of
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap. |
void |
setJndiFactory(String value)
Generated method - Setter of
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap. |
void |
setJndiPrincipals(String value)
Generated method - Setter of
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap. |
void |
setJndiVersion(LDAPVersionEnum value)
Generated method - Setter of
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap. |
void |
setLocalAccountsOnly(Collection<PrincipalModel> value)
Generated method - Setter of
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap. |
void |
setLoginField(String value)
Generated method - Setter of
LDAPConfigProxyItem.loginField attribute defined at extension ldap. |
void |
setMinimumFailbackTime(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap. |
void |
setPoolEnabled(Boolean value)
Generated method - Setter of
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap. |
void |
setPoolInitsize(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap. |
void |
setPoolMaxsize(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap. |
void |
setPoolPrefsize(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap. |
void |
setPoolTimeout(Integer value)
Generated method - Setter of
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap. |
void |
setSecurityProtocol(String value)
Generated method - Setter of
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap. |
void |
setServerRootDN(String value)
Generated method - Setter of
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap. |
void |
setServerUrl(Collection<String> value)
Generated method - Setter of
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap. |
void |
setSocketFactory(String value)
Generated method - Setter of
LDAPConfigProxyItem.socketFactory attribute defined at extension ldap. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String MINIMUMFAILBACKTIME
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap.public static final String LOCALACCOUNTSONLY
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap.public static final String POOLINITSIZE
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap.public static final String POOLPREFSIZE
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap.public static final String POOLMAXSIZE
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap.public static final String POOLTIMEOUT
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap.public static final String POOLENABLED
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap.public static final String LOGINFIELD
LDAPConfigProxyItem.loginField attribute defined at extension ldap.public static final String JNDIFACTORY
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap.public static final String SOCKETFACTORY
LDAPConfigProxyItem.socketFactory attribute defined at extension ldap.public static final String CACERTS
LDAPConfigProxyItem.cacerts attribute defined at extension ldap.public static final String CLIENTCERTS
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap.public static final String CAKEYSTOREPWD
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap.public static final String CLIENTKEYSTOREPWD
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap.public static final String CAKEYSTORETYPE
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap.public static final String CLIENTKEYSTORETYPE
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap.public static final String JNDIVERSION
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap.public static final String JNDIAUTHENTICATION
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap.public static final String JNDIPRINCIPALS
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap.public static final String JNDICREDENTIALS
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap.public static final String SECURITYPROTOCOL
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap.public static final String SERVERURL
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap.public static final String SERVERROOTDN
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap.public static final String JNDICONNECTTIMEOUT
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap.public LDAPConfigProxyItemModel()
public LDAPConfigProxyItemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public LDAPConfigProxyItemModel(String _loginField, Collection<String> _serverUrl)
_loginField - initial attribute declared by type LDAPConfigProxyItem at extension ldap_serverUrl - initial attribute declared by type LDAPConfigProxyItem at extension ldap@Deprecated public LDAPConfigProxyItemModel(String _loginField, ItemModel _owner, Collection<String> _serverUrl)
_loginField - initial attribute declared by type LDAPConfigProxyItem at extension ldap_owner - initial attribute declared by type Item at extension core_serverUrl - initial attribute declared by type LDAPConfigProxyItem at extension ldap@Accessor(qualifier="cacerts", type=GETTER) public String getCacerts()
LDAPConfigProxyItem.cacerts attribute defined at extension ldap.@Accessor(qualifier="caKeystorePwd", type=GETTER) public String getCaKeystorePwd()
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap.@Accessor(qualifier="caKeystoreType", type=GETTER) public String getCaKeystoreType()
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap.@Accessor(qualifier="clientcerts", type=GETTER) public String getClientcerts()
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap.@Accessor(qualifier="clientKeystorePwd", type=GETTER) public String getClientKeystorePwd()
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap.@Accessor(qualifier="clientKeystoreType", type=GETTER) public String getClientKeystoreType()
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap.@Accessor(qualifier="jndiAuthentication", type=GETTER) public JNDIAuthenticationEnum getJndiAuthentication()
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap.@Accessor(qualifier="jndiConnectTimeout", type=GETTER) public Integer getJndiConnectTimeout()
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap.@Accessor(qualifier="jndiCredentials", type=GETTER) public String getJndiCredentials()
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap.@Accessor(qualifier="jndiFactory", type=GETTER) public String getJndiFactory()
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap.@Accessor(qualifier="jndiPrincipals", type=GETTER) public String getJndiPrincipals()
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap.@Accessor(qualifier="jndiVersion", type=GETTER) public LDAPVersionEnum getJndiVersion()
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap.@Accessor(qualifier="localAccountsOnly", type=GETTER) public Collection<PrincipalModel> getLocalAccountsOnly()
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="loginField", type=GETTER) public String getLoginField()
LDAPConfigProxyItem.loginField attribute defined at extension ldap.@Accessor(qualifier="minimumFailbackTime", type=GETTER) public Integer getMinimumFailbackTime()
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap.@Accessor(qualifier="poolEnabled", type=GETTER) public Boolean getPoolEnabled()
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap.@Accessor(qualifier="poolInitsize", type=GETTER) public Integer getPoolInitsize()
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap.@Accessor(qualifier="poolMaxsize", type=GETTER) public Integer getPoolMaxsize()
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap.@Accessor(qualifier="poolPrefsize", type=GETTER) public Integer getPoolPrefsize()
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap.@Accessor(qualifier="poolTimeout", type=GETTER) public Integer getPoolTimeout()
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap.@Accessor(qualifier="securityProtocol", type=GETTER) public String getSecurityProtocol()
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap.@Accessor(qualifier="serverRootDN", type=GETTER) public String getServerRootDN()
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap.@Accessor(qualifier="serverUrl", type=GETTER) public Collection<String> getServerUrl()
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="socketFactory", type=GETTER) public String getSocketFactory()
LDAPConfigProxyItem.socketFactory attribute defined at extension ldap.@Accessor(qualifier="cacerts", type=SETTER) public void setCacerts(String value)
LDAPConfigProxyItem.cacerts attribute defined at extension ldap.value - the cacerts@Accessor(qualifier="caKeystorePwd", type=SETTER) public void setCaKeystorePwd(String value)
LDAPConfigProxyItem.caKeystorePwd attribute defined at extension ldap.value - the caKeystorePwd@Accessor(qualifier="caKeystoreType", type=SETTER) public void setCaKeystoreType(String value)
LDAPConfigProxyItem.caKeystoreType attribute defined at extension ldap.value - the caKeystoreType@Accessor(qualifier="clientcerts", type=SETTER) public void setClientcerts(String value)
LDAPConfigProxyItem.clientcerts attribute defined at extension ldap.value - the clientcerts@Accessor(qualifier="clientKeystorePwd", type=SETTER) public void setClientKeystorePwd(String value)
LDAPConfigProxyItem.clientKeystorePwd attribute defined at extension ldap.value - the clientKeystorePwd@Accessor(qualifier="clientKeystoreType", type=SETTER) public void setClientKeystoreType(String value)
LDAPConfigProxyItem.clientKeystoreType attribute defined at extension ldap.value - the clientKeystoreType@Accessor(qualifier="jndiAuthentication", type=SETTER) public void setJndiAuthentication(JNDIAuthenticationEnum value)
LDAPConfigProxyItem.jndiAuthentication attribute defined at extension ldap.value - the jndiAuthentication@Accessor(qualifier="jndiConnectTimeout", type=SETTER) public void setJndiConnectTimeout(Integer value)
LDAPConfigProxyItem.jndiConnectTimeout attribute defined at extension ldap.value - the jndiConnectTimeout@Accessor(qualifier="jndiCredentials", type=SETTER) public void setJndiCredentials(String value)
LDAPConfigProxyItem.jndiCredentials attribute defined at extension ldap.value - the jndiCredentials@Accessor(qualifier="jndiFactory", type=SETTER) public void setJndiFactory(String value)
LDAPConfigProxyItem.jndiFactory attribute defined at extension ldap.value - the jndiFactory@Accessor(qualifier="jndiPrincipals", type=SETTER) public void setJndiPrincipals(String value)
LDAPConfigProxyItem.jndiPrincipals attribute defined at extension ldap.value - the jndiPrincipals@Accessor(qualifier="jndiVersion", type=SETTER) public void setJndiVersion(LDAPVersionEnum value)
LDAPConfigProxyItem.jndiVersion attribute defined at extension ldap.value - the jndiVersion@Accessor(qualifier="localAccountsOnly", type=SETTER) public void setLocalAccountsOnly(Collection<PrincipalModel> value)
LDAPConfigProxyItem.localAccountsOnly attribute defined at extension ldap.value - the localAccountsOnly@Accessor(qualifier="loginField", type=SETTER) public void setLoginField(String value)
LDAPConfigProxyItem.loginField attribute defined at extension ldap.value - the loginField@Accessor(qualifier="minimumFailbackTime", type=SETTER) public void setMinimumFailbackTime(Integer value)
LDAPConfigProxyItem.minimumFailbackTime attribute defined at extension ldap.value - the minimumFailbackTime@Accessor(qualifier="poolEnabled", type=SETTER) public void setPoolEnabled(Boolean value)
LDAPConfigProxyItem.poolEnabled attribute defined at extension ldap.value - the poolEnabled@Accessor(qualifier="poolInitsize", type=SETTER) public void setPoolInitsize(Integer value)
LDAPConfigProxyItem.poolInitsize attribute defined at extension ldap.value - the poolInitsize@Accessor(qualifier="poolMaxsize", type=SETTER) public void setPoolMaxsize(Integer value)
LDAPConfigProxyItem.poolMaxsize attribute defined at extension ldap.value - the poolMaxsize@Accessor(qualifier="poolPrefsize", type=SETTER) public void setPoolPrefsize(Integer value)
LDAPConfigProxyItem.poolPrefsize attribute defined at extension ldap.value - the poolPrefsize@Accessor(qualifier="poolTimeout", type=SETTER) public void setPoolTimeout(Integer value)
LDAPConfigProxyItem.poolTimeout attribute defined at extension ldap.value - the poolTimeout@Accessor(qualifier="securityProtocol", type=SETTER) public void setSecurityProtocol(String value)
LDAPConfigProxyItem.securityProtocol attribute defined at extension ldap.value - the securityProtocol@Accessor(qualifier="serverRootDN", type=SETTER) public void setServerRootDN(String value)
LDAPConfigProxyItem.serverRootDN attribute defined at extension ldap.value - the serverRootDN@Accessor(qualifier="serverUrl", type=SETTER) public void setServerUrl(Collection<String> value)
LDAPConfigProxyItem.serverUrl attribute defined at extension ldap.value - the serverUrlCopyright © 2017 SAP SE. All Rights Reserved.