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 StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class AbstractMandantDependentEntity
mandantFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBenutzerGruppe(BenutzerGruppe benutzerGruppe) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getHost()Deprecated.getId()Deprecated.getName()Deprecated.Deprecated.intgetPort()Deprecated.Deprecated.getRolle()Deprecated.booleanDeprecated.booleanisUseSSL()Deprecated.voidremoveBenutzerGruppe(BenutzerGruppe benutzerGruppe) Deprecated.voidsetAuthName(String authName) Deprecated.voidsetAuthPassword(String authPassword) Deprecated.voidDeprecated.voidsetBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen) Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidsetBeschreibung(String beschreibung) Deprecated.voidsetFilterQuery(String filterQuery) Deprecated.voidDeprecated.voidDeprecated.voidsetPageSize(Integer pageSize) Deprecated.voidsetPort(int port) Deprecated.voidsetReferralHopCount(Integer referralHopCount) Deprecated.voidDeprecated.voidsetUseMandantZugriff(boolean useMandantZugriff) Deprecated.voidsetUseSSL(boolean useSSL) Deprecated.Methods inherited from class AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface IDescriptionProviding
getDescriptionMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_USE_MANDANTZUGRIFF
-
ATTR_USESSL
-
ATTR_PAGESIZE
-
ATTR_REFERRAL_HOPCOUNT
-
ATTR_BENUTZERGRUPPEN
-
ATTR_ROLLE
-
-
Constructor Details
-
LDAPGruppe
public LDAPGruppe()Deprecated.
-
-
Method Details
-
getId
-
getName
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- the name
-
setName
-
getBeschreibung
Deprecated.- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
Deprecated. -
getRolle
Deprecated. -
setRolle
Deprecated. -
getBenutzerGruppen
Deprecated.- Specified by:
getBenutzerGruppenin interfaceIBenutzerGruppeDependent
-
setBenutzerGruppen
Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Liste- Specified by:
setBenutzerGruppenin 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
-
setAuthName
-
getAuthPassword
-
setAuthPassword
Deprecated.- Parameters:
authPassword- the authPassword to set
-
getHost
-
setHost
-
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
-
setBaseDN
-
getPageSize
-
setPageSize
-
getReferralHopCount
-
setReferralHopCount
Deprecated.- Parameters:
referralHopCount- the referralHopCount to set
-
getFilterQuery
-
setFilterQuery
Deprecated.- Parameters:
filterQuery- the filterQuery to set
-
UserProfiles. User access to clients according to a set filter is done viaIndirectClientAuthorizations.