public class LDAPConfigProxyItemDTO extends ItemDTO
| Constructor and Description |
|---|
LDAPConfigProxyItemDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic LDAPConfigProxyItemDTO()
public String getCacerts()
public String getCaKeystorePwd()
public String getCaKeystoreType()
public String getClientcerts()
public String getClientKeystorePwd()
public String getClientKeystoreType()
public String getJndiAuthentication()
public Integer getJndiConnectTimeout()
public String getJndiCredentials()
public String getJndiFactory()
public String getJndiPrincipals()
public String getJndiVersion()
public Collection<PrincipalDTO> getLocalAccountsOnly()
public String getLoginField()
public Integer getMinimumFailbackTime()
public Boolean getPoolEnabled()
public Integer getPoolInitsize()
public Integer getPoolMaxsize()
public Integer getPoolPrefsize()
public Integer getPoolTimeout()
public String getSecurityProtocol()
public String getServerRootDN()
public Collection<String> getServerUrl()
public String getSocketFactory()
public void setCacerts(String value)
public void setCaKeystorePwd(String value)
public void setCaKeystoreType(String value)
public void setClientcerts(String value)
public void setClientKeystorePwd(String value)
public void setClientKeystoreType(String value)
public void setJndiAuthentication(String value)
public void setJndiConnectTimeout(Integer value)
public void setJndiCredentials(String value)
public void setJndiFactory(String value)
public void setJndiPrincipals(String value)
public void setJndiVersion(String value)
public void setLocalAccountsOnly(Collection<PrincipalDTO> value)
public void setLoginField(String value)
public void setMinimumFailbackTime(Integer value)
public void setPoolEnabled(Boolean value)
public void setPoolInitsize(Integer value)
public void setPoolMaxsize(Integer value)
public void setPoolPrefsize(Integer value)
public void setPoolTimeout(Integer value)
public void setSecurityProtocol(String value)
public void setServerRootDN(String value)
public void setServerUrl(Collection<String> value)
public void setSocketFactory(String value)
Copyright © 2017 SAP SE. All Rights Reserved.