@Entity public class LDAPZugriff extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ATTR_PAGESIZE  | 
static String | 
ATTR_REFERRAL_HOPCOUNT  | 
static String | 
ATTR_USESSL  | 
mandantCOL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_NAMEATTR_BESCHREIBUNG, ATTR_DESCRIPTIONATTR_MANDANTIMPORT_ID, INVALID_ID| Constructor and Description | 
|---|
LDAPZugriff()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAuthName()  | 
String | 
getAuthPassword()  | 
String | 
getBeschreibung()  | 
String | 
getHost()  | 
Long | 
getId()  | 
String | 
getName()  | 
Integer | 
getPageSize()  | 
int | 
getPort()  | 
Integer | 
getReferralHopCount()  | 
boolean | 
isUseSSL()  | 
void | 
setAuthName(String authName)  | 
void | 
setAuthPassword(String authPassword)  | 
void | 
setBeschreibung(String beschreibung)  | 
void | 
setHost(String host)  | 
void | 
setName(String name)  | 
void | 
setPageSize(Integer pageSize)  | 
void | 
setPort(int port)  | 
void | 
setReferralHopCount(Integer referralHopCount)  | 
void | 
setUseSSL(boolean useSSL)  | 
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setId, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptioncompareTopublic static final String ATTR_USESSL
public static final String ATTR_PAGESIZE
public static final String ATTR_REFERRAL_HOPCOUNT
public String getName()
getName in interface INameProvidingpublic void setName(String name)
name - the name to setpublic String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
beschreibung - the beschreibung to setpublic String getAuthName()
public void setAuthName(String authName)
authName - the authName to setpublic String getAuthPassword()
public void setAuthPassword(String authPassword)
authPassword - the authPassword to setpublic String getHost()
public void setHost(String host)
host - the host to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic boolean isUseSSL()
public void setUseSSL(boolean useSSL)
useSSL - the useSSL to setpublic Integer getPageSize()
public void setPageSize(Integer pageSize)
pageSize - the pageSize to setpublic Integer getReferralHopCount()
public void setReferralHopCount(Integer referralHopCount)
referralHopCount - the referralHopCount to setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.