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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
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.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getHost()
Deprecated.getId()
Deprecated.getName()
Deprecated.Deprecated.int
getPort()
Deprecated.Deprecated.getRolle()
Deprecated.boolean
Deprecated.boolean
isUseSSL()
Deprecated.void
removeBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.void
setAuthName
(String authName) Deprecated.void
setAuthPassword
(String authPassword) Deprecated.void
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
Deprecated.void
Deprecated.void
setPageSize
(Integer pageSize) Deprecated.void
setPort
(int port) Deprecated.void
setReferralHopCount
(Integer referralHopCount) Deprecated.void
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
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_USE_MANDANTZUGRIFF
Deprecated.- See Also:
-
ATTR_USESSL
Deprecated.- See Also:
-
ATTR_PAGESIZE
Deprecated.- See Also:
-
ATTR_REFERRAL_HOPCOUNT
Deprecated.- See Also:
-
ATTR_BENUTZERGRUPPEN
Deprecated.- See Also:
-
ATTR_ROLLE
Deprecated.- See Also:
-
-
Constructor Details
-
LDAPGruppe
public LDAPGruppe()Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
Deprecated.- Specified by:
getName
in interfaceINameProviding
- Returns:
- the name
-
setName
Deprecated.- Parameters:
name
- the name to set
-
getBeschreibung
Deprecated.- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
-
setBeschreibung
Deprecated. -
getRolle
Deprecated. -
setRolle
Deprecated. -
getBenutzerGruppen
Deprecated.- Specified by:
getBenutzerGruppen
in interfaceIBenutzerGruppeDependent
-
setBenutzerGruppen
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste- Specified by:
setBenutzerGruppen
in interfaceIBenutzerGruppeDependent
-
addBenutzerGruppe
Deprecated. -
removeBenutzerGruppe
Deprecated. -
isUseMandantZugriff
public boolean isUseMandantZugriff()Deprecated.- Returns:
- the useMandantZugriff
-
setUseMandantZugriff
public void setUseMandantZugriff(boolean useMandantZugriff) Deprecated.- Parameters:
useMandantZugriff
- the useMandantZugriff to set
-
getAuthName
Deprecated.- Returns:
- the authName
-
setAuthName
Deprecated.- Parameters:
authName
- the authName to set
-
getAuthPassword
Deprecated.- Returns:
- the authPassword
-
setAuthPassword
Deprecated.- Parameters:
authPassword
- the authPassword to set
-
getHost
Deprecated.- Returns:
- the host
-
setHost
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
Deprecated.- Returns:
- the baseDN
-
setBaseDN
Deprecated.- Parameters:
baseDN
- the baseDN to set
-
getPageSize
Deprecated.- Returns:
- the pageSize
-
setPageSize
Deprecated.- Parameters:
pageSize
- the pageSize to set
-
getReferralHopCount
Deprecated.- Returns:
- the referralHopCount
-
setReferralHopCount
Deprecated.- Parameters:
referralHopCount
- the referralHopCount to set
-
getFilterQuery
Deprecated.- Returns:
- the filterQuery
-
setFilterQuery
Deprecated.- Parameters:
filterQuery
- the filterQuery to set
-
UserProfile
s. User access to clients according to a set filter is done viaIndirectClientAuthorization
s.