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 storedUserProfile
s. User access to clients according to a set filter is done viaIndirectClientAuthorization
s.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_BENUTZERGRUPPEN
Deprecated.static String
ATTR_PAGESIZE
Deprecated.static String
ATTR_REFERRAL_HOPCOUNT
Deprecated.static String
ATTR_ROLLE
Deprecated.static String
ATTR_USE_MANDANTZUGRIFF
Deprecated.static String
ATTR_USESSL
Deprecated.-
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_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 void
addBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.String
getAuthName()
Deprecated.String
getAuthPassword()
Deprecated.String
getBaseDN()
Deprecated.List<BenutzerGruppe>
getBenutzerGruppen()
Deprecated.String
getBeschreibung()
Deprecated.String
getFilterQuery()
Deprecated.String
getHost()
Deprecated.Long
getId()
Deprecated.String
getName()
Deprecated.Integer
getPageSize()
Deprecated.int
getPort()
Deprecated.Integer
getReferralHopCount()
Deprecated.Rolle
getRolle()
Deprecated.boolean
isUseMandantZugriff()
Deprecated.boolean
isUseSSL()
Deprecated.void
removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)
Deprecated.void
setAuthName(String authName)
Deprecated.void
setAuthPassword(String authPassword)
Deprecated.void
setBaseDN(String baseDN)
Deprecated.void
setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
setBeschreibung(String beschreibung)
Deprecated.void
setFilterQuery(String filterQuery)
Deprecated.void
setHost(String host)
Deprecated.void
setName(String name)
Deprecated.void
setPageSize(Integer pageSize)
Deprecated.void
setPort(int port)
Deprecated.void
setReferralHopCount(Integer referralHopCount)
Deprecated.void
setRolle(Rolle rolle)
Deprecated.void
setUseMandantZugriff(boolean useMandantZugriff)
Deprecated.void
setUseSSL(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:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
public String getName()
Deprecated.- Specified by:
getName
in interfaceINameProviding
- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.- Parameters:
name
- the name to set
-
getBeschreibung
public String getBeschreibung()
Deprecated.- Specified by:
getBeschreibung
in 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:
getBenutzerGruppen
in interfaceIBenutzerGruppeDependent
-
setBenutzerGruppen
public void setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste- Specified by:
setBenutzerGruppen
in 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
-
-