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 StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandantFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
getDescriptionMethods 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:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- the name
-
setName
Deprecated.- Parameters:
name- the name to set
-
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
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
-
UserProfiles. User access to clients according to a set filter is done viaIndirectClientAuthorizations.