Package de.xima.fc.entities
Class LDAPGruppe
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AbstractMandantDependentEntity
-
- de.xima.fc.entities.LDAPGruppe
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,IBenutzerGruppeDependent,IDescriptionProviding,ILockingVersionProviding,IMandantDependent,INameProviding,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Deprecated @Entity public class LDAPGruppe extends AbstractMandantDependentEntity implements IBenutzerGruppeDependent, INameProviding, IDescriptionProviding
Deprecated.Since Version 8.0.0 user information is storedUserProfiles. User access to clients according to a set filter is done viaIndirectClientAuthorizations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_BENUTZERGRUPPENDeprecated.static StringATTR_PAGESIZEDeprecated.static StringATTR_REFERRAL_HOPCOUNTDeprecated.static StringATTR_ROLLEDeprecated.static StringATTR_USE_MANDANTZUGRIFFDeprecated.static StringATTR_USESSLDeprecated.-
Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandant
-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description LDAPGruppe()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.StringgetAuthName()Deprecated.StringgetAuthPassword()Deprecated.StringgetBaseDN()Deprecated.List<BenutzerGruppe>getBenutzerGruppen()Deprecated.StringgetBeschreibung()Deprecated.StringgetFilterQuery()Deprecated.StringgetHost()Deprecated.LonggetId()Deprecated.StringgetName()Deprecated.IntegergetPageSize()Deprecated.intgetPort()Deprecated.IntegergetReferralHopCount()Deprecated.RollegetRolle()Deprecated.booleanisUseMandantZugriff()Deprecated.booleanisUseSSL()Deprecated.voidremoveBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.voidsetAuthName(String authName)Deprecated.voidsetAuthPassword(String authPassword)Deprecated.voidsetBaseDN(String baseDN)Deprecated.voidsetBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidsetBeschreibung(String beschreibung)Deprecated.voidsetFilterQuery(String filterQuery)Deprecated.voidsetHost(String host)Deprecated.voidsetName(String name)Deprecated.voidsetPageSize(Integer pageSize)Deprecated.voidsetPort(int port)Deprecated.voidsetReferralHopCount(Integer referralHopCount)Deprecated.voidsetRolle(Rolle rolle)Deprecated.voidsetUseMandantZugriff(boolean useMandantZugriff)Deprecated.voidsetUseSSL(boolean useSSL)Deprecated.-
Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
getDescription
-
-
-
-
Field Detail
-
ATTR_USE_MANDANTZUGRIFF
public static final String ATTR_USE_MANDANTZUGRIFF
Deprecated.- See Also:
- Constant Field Values
-
ATTR_USESSL
public static final String ATTR_USESSL
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PAGESIZE
public static final String ATTR_PAGESIZE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_REFERRAL_HOPCOUNT
public static final String ATTR_REFERRAL_HOPCOUNT
Deprecated.- See Also:
- Constant Field Values
-
ATTR_BENUTZERGRUPPEN
public static final String ATTR_BENUTZERGRUPPEN
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ROLLE
public static final String ATTR_ROLLE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
Deprecated.- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.- Parameters:
name- the name to set
-
getBeschreibung
public String getBeschreibung()
Deprecated.- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
public void setBeschreibung(String beschreibung)
Deprecated.
-
getRolle
public Rolle getRolle()
Deprecated.
-
setRolle
public void setRolle(Rolle rolle)
Deprecated.
-
getBenutzerGruppen
public List<BenutzerGruppe> getBenutzerGruppen()
Deprecated.- Specified by:
getBenutzerGruppenin interfaceIBenutzerGruppeDependent
-
setBenutzerGruppen
public void setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste- Specified by:
setBenutzerGruppenin interfaceIBenutzerGruppeDependent
-
addBenutzerGruppe
public void addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.
-
removeBenutzerGruppe
public void removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.
-
isUseMandantZugriff
public boolean isUseMandantZugriff()
Deprecated.- Returns:
- the useMandantZugriff
-
setUseMandantZugriff
public void setUseMandantZugriff(boolean useMandantZugriff)
Deprecated.- Parameters:
useMandantZugriff- the useMandantZugriff to set
-
getAuthName
public String getAuthName()
Deprecated.- Returns:
- the authName
-
setAuthName
public void setAuthName(String authName)
Deprecated.- Parameters:
authName- the authName to set
-
getAuthPassword
public String getAuthPassword()
Deprecated.- Returns:
- the authPassword
-
setAuthPassword
public void setAuthPassword(String authPassword)
Deprecated.- Parameters:
authPassword- the authPassword to set
-
getHost
public String getHost()
Deprecated.- Returns:
- the host
-
setHost
public void setHost(String host)
Deprecated.- Parameters:
host- the host to set
-
getPort
public int getPort()
Deprecated.- Returns:
- the port
-
setPort
public void setPort(int port)
Deprecated.- Parameters:
port- the port to set
-
isUseSSL
public boolean isUseSSL()
Deprecated.- Returns:
- the useSSL
-
setUseSSL
public void setUseSSL(boolean useSSL)
Deprecated.- Parameters:
useSSL- the useSSL to set
-
getBaseDN
public String getBaseDN()
Deprecated.- Returns:
- the baseDN
-
setBaseDN
public void setBaseDN(String baseDN)
Deprecated.- Parameters:
baseDN- the baseDN to set
-
getPageSize
public Integer getPageSize()
Deprecated.- Returns:
- the pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
Deprecated.- Parameters:
pageSize- the pageSize to set
-
getReferralHopCount
public Integer getReferralHopCount()
Deprecated.- Returns:
- the referralHopCount
-
setReferralHopCount
public void setReferralHopCount(Integer referralHopCount)
Deprecated.- Parameters:
referralHopCount- the referralHopCount to set
-
getFilterQuery
public String getFilterQuery()
Deprecated.- Returns:
- the filterQuery
-
setFilterQuery
public void setFilterQuery(String filterQuery)
Deprecated.- Parameters:
filterQuery- the filterQuery to set
-
-