public abstract class BenutzerGroupAspects extends de.ipcon.db.core.BenutzerBase implements BenutzerI
This class extends the functionality of "Benutzer" by providing methods to retrieve specific types of users (e.g., non-admin users, GUI users), check user membership in groups, and determine if a user belongs to certain roles (e.g., administrator, system user). It offers convenient ways to work with user groups and simplifies common tasks related to user management and access control.
ATT_Adressen, ATT_AnmeldungVerweigern, ATT_AufgehobeneRechteZuweisungen, ATT_AusloesendeBedingteAlarme, ATT_Benachrichtigungen, ATT_Bild, ATT_EffektiveRechteZuweisungen, ATT_Email, ATT_Gruppen, ATT_HatBenachrichtigungsEinstellungen, ATT_IstAngemeldet, ATT_MaintainedServices, ATT_MFAErforderlich, ATT_MFAErforderlichViaGruppe, ATT_MFALoginStatus, ATT_MFATodo, ATT_MultiFaktorSchluessel, ATT_OpenPGPPublicKey, ATT_Passwort, ATT_PasswortAenderungErforderlich, ATT_PasswortOld, ATT_PasswortReset, ATT_PasswortResetZeit, ATT_PasswortTmp, ATT_PasswortTmpOK, ATT_PasswortTmpRep, ATT_RechteZuweisungen, ATT_RechteZuweisungenDigest, ATT_SpezielleBenachrichtigungsformulare, ATT_SyncNodes, ATT_Tid, ATT_Variablen, ATT_VerantworteteAlarme, ATT_VerschickteBenachrichtigungen, ATT_Voreinstellungen, ATT_WebAuthnCredentials, ATT_WebAuthnUserHandle, ATT_WillInlinePGP, ATT_WillSignatur, ATT_WillSolsticeNachrichten, ATT_WillVerschluesselung, ENT_Benutzer
ATT_Beschreibung, ATT_KinderRefs, ATT_L10nBeschreibung, ATT_L10nName, ATT_Name, ENT_Benannt
ATT_AlsAntwortAnBeiAuftraegen, ATT_AlsEmpfaengerBCCBeiAuftraegen, ATT_AlsEmpfaengerBeiAuftraegen, ATT_AlsEmpfaengerCCBeiAuftraegen, ATT_AlsKontextBOBeiAuftraegen, ATT_WirdAlsAntwortAnVerwendetBeiAlarmen, ATT_WirdBenachrichtigtBCCBeiAlarm, ATT_WirdBenachrichtigtBeiAlarm, ATT_WirdBenachrichtigtCCBeiAlarm, ENT_CoreBO
BLOB_KEY, CANCEL_RECALC_CALLED, D_0, D_1, D_10, D_100, D_1000, D_10000, D_5, D_MINUS_1, D_MINUS_ONE, D_ONE, D_ZERO, doExWriteLRMFunction, EMPTY_ARRAY, F_0, F_1, L_0, L10N_KEY_BO_INSTANTIATION, L10N_KEY_BO_WITH_PROTECTED_CONSTRUCTOR, NULL_AGGREGATE, NULL_ITERATOR
ATT_Badge, ATT_Badge2, ATT_Badge3, ATT_Badge4, ATT_BLOBCreatedBy, ATT_BLOBCreatedOn, ATT_BLOBDeletedBy, ATT_BLOBDeletedOn, ATT_BLOBLastModifiedBy, ATT_BLOBLastModifiedOn, ATT_Bot, ATT_Crea, ATT_CreatedBy, ATT_CreatedModifiedText, ATT_Id, ATT_InvolvedInProcs, ATT_LastModifiedBy, ATT_Ldel, ATT_Lmod, ATT_Procs, EMPTY_ARRAY, ENT_BO
Constructor and Description |
---|
BenutzerGroupAspects() |
Modifier and Type | Method and Description |
---|---|
static Benutzer |
getAdminBenutzer(BOLoaderI bol)
Retrieves the administrator user.
|
static java.util.Collection<Benutzer> |
getAllGUIBenutzer(BOLoaderI bol)
Retrieves all users with GUI (Graphical User Interface) access.
|
static java.util.Collection<Benutzer> |
getNonAdminBenutzer(BOLoaderI bol)
Retrieves all "Benutzer" (user) objects except the administrator.
|
boolean |
isAdmin()
Checks if this "Benutzer" (user) is an administrator.
|
boolean |
isAdministratorUser()
Checks if this "Benutzer" (user) is the administrator ("Admin") or a member of the administrators group.
|
boolean |
isServiceUser()
Checks if this "Benutzer" (user) is a service user.
|
boolean |
isSyncUser()
Checks if this "Benutzer" (user) is a synchronization user.
|
boolean |
isSystemUser()
Checks if this "Benutzer" (user) is one of the KernelModule system users.
|
static boolean |
isSystemUser(java.lang.String username)
Checks if a user with the given username is one of the KernelModule system users.
|
boolean |
istMitgliedVon(Gruppe group)
Checks if the "Benutzer" (user) is a member of the specified group.
|
boolean |
istMitgliedVon(java.lang.Long groupId)
Checks if the "Benutzer" (user) is a member of the group with the given ID.
|
boolean |
istMitgliedVon(java.util.Map<java.lang.Long,Gruppe> groups)
Checks if the "Benutzer" (user) is a member of the specified groups.
|
boolean |
istMitgliedVon(java.util.Map<java.lang.Long,Gruppe> groups,
boolean isAnyGroupSufficient) |
boolean |
istMitgliedVon(java.lang.String groupName)
Deprecated.
Use
istMitgliedVonTid(String) instead. |
boolean |
istMitgliedVonAdmins()
Checks if this "Benutzer" (user) is a member of the administrators group.
|
boolean |
istMitgliedVonNamen(java.util.Set<java.lang.String> groupNames)
Deprecated.
Use
istMitgliedVonTids(Set, boolean) with group tids instead of passing group names. |
boolean |
istMitgliedVonNamen(java.util.Set<java.lang.String> groupNames,
boolean isAnyGroupSufficient) |
boolean |
istMitgliedVonNamen(java.lang.String[] groupNames)
Deprecated.
Use
istMitgliedVonTids(String[], boolean) instead. |
boolean |
istMitgliedVonNamen(java.lang.String[] groupNames,
boolean isAnyGroupSufficient) |
boolean |
istMitgliedVonTid(java.lang.String groupTid)
Checks if the "Benutzer" (user) is a member of the group with the given TID.
|
boolean |
istMitgliedVonTids(java.util.Set<java.lang.String> groupTids)
Checks if the "Benutzer" (user) is a member of the groups specified by their TIDs.
|
boolean |
istMitgliedVonTids(java.util.Set<java.lang.String> groupTids,
boolean isAnyGroupSufficient) |
boolean |
istMitgliedVonTids(java.lang.String[] groupTids)
Checks if the "Benutzer" (user) is a member of the groups specified by their TIDs.
|
boolean |
istMitgliedVonTids(java.lang.String[] groupTids,
boolean isAnyGroupSufficient) |
boolean |
istMitgliedVonX(java.util.Set<java.lang.String> groupNamesOrTids,
java.lang.String attrToCheck)
Checks if the "Benutzer" (user) is a member of the groups specified by their names or TIDs.
|
boolean |
istMitgliedVonX(java.util.Set<java.lang.String> groupNamesOrTids,
java.lang.String attrToCheck,
boolean isAnyGroupSufficient) |
addAdresse, addAusloesenderBedingterAlarm, addGruppe, addMaintainedService, addMultiFaktorSchluessel, addSpeziellesBenachrichtigungsformular, addSyncNode, addVariable, addVerantworteterAlarm, addWebAuthnCredential, copyFrom, copyFrom, equalPayload, getAdressen, getAdressenAsSortedArray, getAdressenIterator, getAnmeldungVerweigern, getAnmeldungVerweigernNN, getAnmeldungVerweigernNN, getAufgehobeneRechteZuweisungen, getAufgehobeneRechteZuweisungenIterator, getAusloesendeBedingteAlarme, getAusloesendeBedingteAlarmeIterator, getBenachrichtigungen, getBenachrichtigungenIterator, getBild, getEffektiveRechteZuweisungen, getEffektiveRechteZuweisungenIterator, getEmail, getEmailNE, getEmailNN, getEmailNN, getGruppen, getGruppenIterator, getHatBenachrichtigungsEinstellungen, getHatBenachrichtigungsEinstellungenNN, getHatBenachrichtigungsEinstellungenNN, getIstAngemeldet, getIstAngemeldetNN, getIstAngemeldetNN, getMaintainedServices, getMaintainedServicesIterator, getMFAErforderlich, getMFAErforderlichNN, getMFAErforderlichNN, getMFAErforderlichViaGruppe, getMFAErforderlichViaGruppeNN, getMFAErforderlichViaGruppeNN, getMFALoginStatus, getMFALoginStatusNE, getMFALoginStatusNN, getMFALoginStatusNN, getMFATodo, getMFATodoNE, getMFATodoNN, getMFATodoNN, getMultiFaktorSchluessel, getMultiFaktorSchluesselIterator, getOpenPGPPublicKey, getOpenPGPPublicKeyNE, getOpenPGPPublicKeyNN, getOpenPGPPublicKeyNN, getPasswort, getPasswortAenderungErforderlich, getPasswortAenderungErforderlichNN, getPasswortAenderungErforderlichNN, getPasswortOld, getPasswortOldNE, getPasswortOldNN, getPasswortOldNN, getPasswortReset, getPasswortResetZeit, getPasswortTmp, getPasswortTmpNE, getPasswortTmpNN, getPasswortTmpNN, getPasswortTmpOK, getPasswortTmpOKNN, getPasswortTmpOKNN, getPasswortTmpRep, getPasswortTmpRepNE, getPasswortTmpRepNN, getPasswortTmpRepNN, getRechteZuweisungen, getRechteZuweisungenDigest, getRechteZuweisungenDigestIterator, getRechteZuweisungenIterator, getSpezielleBenachrichtigungsformulare, getSpezielleBenachrichtigungsformulareIterator, getSyncNodes, getSyncNodesIterator, getTid, getTidNE, getTidNN, getTidNN, getVariablen, getVariablenIterator, getVerantworteteAlarme, getVerantworteteAlarmeIterator, getVerschickteBenachrichtigungen, getVerschickteBenachrichtigungenIterator, getVoreinstellungen, getVoreinstellungenNE, getVoreinstellungenNN, getVoreinstellungenNN, getWebAuthnCredentials, getWebAuthnCredentialsIterator, getWebAuthnUserHandle, getWebAuthnUserHandleNE, getWebAuthnUserHandleNN, getWebAuthnUserHandleNN, getWillInlinePGP, getWillInlinePGPNN, getWillInlinePGPNN, getWillSignatur, getWillSignaturNN, getWillSignaturNN, getWillSolsticeNachrichten, getWillSolsticeNachrichtenNN, getWillSolsticeNachrichtenNN, getWillVerschluesselung, getWillVerschluesselungNN, getWillVerschluesselungNN, istAnmeldungVerweigern, istHatBenachrichtigungsEinstellungen, istIstAngemeldet, istMFAErforderlich, istMFAErforderlichViaGruppe, istPasswortAenderungErforderlich, istPasswortTmpOK, istWillInlinePGP, istWillSolsticeNachrichten, needAnmeldungVerweigern, needBild, needEmail, needHatBenachrichtigungsEinstellungen, needIstAngemeldet, needMFAErforderlich, needMFAErforderlichViaGruppe, needMFALoginStatus, needMFATodo, needOpenPGPPublicKey, needPasswort, needPasswortAenderungErforderlich, needPasswortOld, needPasswortReset, needPasswortResetZeit, needPasswortTmp, needPasswortTmpOK, needPasswortTmpRep, needPopulatedAdressen, needPopulatedAufgehobeneRechteZuweisungen, needPopulatedAusloesendeBedingteAlarme, needPopulatedBenachrichtigungen, needPopulatedEffektiveRechteZuweisungen, needPopulatedGruppen, needPopulatedMaintainedServices, needPopulatedMultiFaktorSchluessel, needPopulatedRechteZuweisungen, needPopulatedRechteZuweisungenDigest, needPopulatedSpezielleBenachrichtigungsformulare, needPopulatedSyncNodes, needPopulatedVariablen, needPopulatedVerantworteteAlarme, needPopulatedVerschickteBenachrichtigungen, needPopulatedWebAuthnCredentials, needTid, needVoreinstellungen, needWebAuthnUserHandle, needWillInlinePGP, needWillSignatur, needWillSolsticeNachrichten, needWillVerschluesselung, pgetAdressenLazy, pgetAusloesendeBedingteAlarmeLazy, pgetGruppenLazy, pgetMaintainedServicesLazy, pgetMultiFaktorSchluesselLazy, pgetSpezielleBenachrichtigungsformulareLazy, pgetSyncNodesLazy, pgetVariablenLazy, pgetVerantworteteAlarmeLazy, pgetWebAuthnCredentialsLazy, readExternal, removeAdresse, removeAusloesenderBedingterAlarm, removeGruppe, removeMaintainedService, removeMultiFaktorSchluessel, removeSpeziellesBenachrichtigungsformular, removeSyncNode, removeVariable, removeVerantworteterAlarm, removeWebAuthnCredential, setAdressen, setAnmeldungVerweigern, setAusloesendeBedingteAlarme, setBild, setBOLoader, setEmail, setGruppen, setMaintainedServices, setMFAErforderlich, setMultiFaktorSchluessel, setOpenPGPPublicKey, setPasswort, setPasswortAenderungErforderlich, setPasswortOld, setPasswortReset, setPasswortResetZeit, setPasswortTmp, setPasswortTmpRep, setSpezielleBenachrichtigungsformulare, setSyncNodes, setTid, setVariablen, setVerantworteteAlarme, setVoreinstellungen, setWebAuthnCredentials, setWebAuthnUserHandle, setWillInlinePGP, setWillSignatur, setWillSolsticeNachrichten, setWillVerschluesselung, slim, slim, writeExternal
compareTo, createTID, createTID, getL10nBeschreibung, getL10nName, getPairStorage, inputAsBenanntRelation, inputAsBenanntRelation, inputAsBenanntRelation, inputAsBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiRelation, inputAsMultiRelation, inputAsMultiRelation, inputAsRelation, inputAsRelation, inputAsRelation, inputAsRelation, outputAsBenanntRelation, outputAsBenanntRelation, outputAsMultiBenanntRelation, outputAsMultiBenanntRelation, outputAsMultiRelation, outputAsMultiRelation, outputAsRelation, outputAsRelation, outputAsRelation, outputBOTName, outputIntoElement, outputIntoElement, storePreparedRelationQueryResult
addKinderRef, getBeschreibung, getBeschreibungNE, getBeschreibungNN, getBeschreibungNN, getKinderRefs, getKinderRefsIterator, getL10nBeschreibungNE, getL10nBeschreibungNN, getL10nBeschreibungNN, getL10nNameNE, getL10nNameNN, getL10nNameNN, getName, getNameNE, getNameNN, getNameNN, needBeschreibung, needL10nBeschreibung, needL10nName, needName, needPopulatedKinderRefs, pgetKinderRefsLazy, removeKinderRef, setBeschreibung, setKinderRefs, setName
addAlsAntwortAnBeiAuftrag, addAlsEmpfaengerBCCBeiAuftrag, addAlsEmpfaengerBeiAuftrag, addAlsEmpfaengerCCBeiAuftrag, addAlsKontextBOBeiAuftrag, addWirdAlsAntwortAnVerwendetBeiAlarm, addWirdBenachrichtigtBCCBeiAlarm, addWirdBenachrichtigtBeiAlarm, addWirdBenachrichtigtCCBeiAlarm, getAlsAntwortAnBeiAuftraegen, getAlsAntwortAnBeiAuftraegenIterator, getAlsEmpfaengerBCCBeiAuftraegen, getAlsEmpfaengerBCCBeiAuftraegenIterator, getAlsEmpfaengerBeiAuftraegen, getAlsEmpfaengerBeiAuftraegenIterator, getAlsEmpfaengerCCBeiAuftraegen, getAlsEmpfaengerCCBeiAuftraegenIterator, getAlsKontextBOBeiAuftraegen, getAlsKontextBOBeiAuftraegenIterator, getWirdAlsAntwortAnVerwendetBeiAlarmen, getWirdAlsAntwortAnVerwendetBeiAlarmenIterator, getWirdBenachrichtigtBCCBeiAlarm, getWirdBenachrichtigtBCCBeiAlarmIterator, getWirdBenachrichtigtBeiAlarm, getWirdBenachrichtigtBeiAlarmIterator, getWirdBenachrichtigtCCBeiAlarm, getWirdBenachrichtigtCCBeiAlarmIterator, needPopulatedAlsAntwortAnBeiAuftraegen, needPopulatedAlsEmpfaengerBCCBeiAuftraegen, needPopulatedAlsEmpfaengerBeiAuftraegen, needPopulatedAlsEmpfaengerCCBeiAuftraegen, needPopulatedAlsKontextBOBeiAuftraegen, needPopulatedWirdAlsAntwortAnVerwendetBeiAlarmen, needPopulatedWirdBenachrichtigtBCCBeiAlarm, needPopulatedWirdBenachrichtigtBeiAlarm, needPopulatedWirdBenachrichtigtCCBeiAlarm, pgetAlsAntwortAnBeiAuftraegenLazy, pgetAlsEmpfaengerBCCBeiAuftraegenLazy, pgetAlsEmpfaengerBeiAuftraegenLazy, pgetAlsEmpfaengerCCBeiAuftraegenLazy, pgetAlsKontextBOBeiAuftraegenLazy, pgetWirdAlsAntwortAnVerwendetBeiAlarmenLazy, pgetWirdBenachrichtigtBCCBeiAlarmLazy, pgetWirdBenachrichtigtBeiAlarmLazy, pgetWirdBenachrichtigtCCBeiAlarmLazy, removeAlsAntwortAnBeiAuftrag, removeAlsEmpfaengerBCCBeiAuftrag, removeAlsEmpfaengerBeiAuftrag, removeAlsEmpfaengerCCBeiAuftrag, removeAlsKontextBOBeiAuftrag, removeWirdAlsAntwortAnVerwendetBeiAlarm, removeWirdBenachrichtigtBCCBeiAlarm, removeWirdBenachrichtigtBeiAlarm, removeWirdBenachrichtigtCCBeiAlarm, setAlsAntwortAnBeiAuftraegen, setAlsEmpfaengerBCCBeiAuftraegen, setAlsEmpfaengerBeiAuftraegen, setAlsEmpfaengerCCBeiAuftraegen, setAlsKontextBOBeiAuftraegen, setWirdAlsAntwortAnVerwendetBeiAlarmen, setWirdBenachrichtigtBCCBeiAlarm, setWirdBenachrichtigtBeiAlarm, setWirdBenachrichtigtCCBeiAlarm
_set, $, $, $, $$, $$bo, $$o, $$r, $$ri, $$ri, acquireTxWriteLock, add, afterSaveOnClient, afterSaveOnServer, afterVerifyOnClient, afterVerifyOnServer, aggregate, aggregate, aggregate, badge, badge, beforeVerifyOnClient, beforeVerifyOnServer, bumpVersion, cacheLocally, cacheLocally, cacheLocallyAndThrowUnwrappedCause, cacheLocallyAndThrowUnwrappedCause, cacheLocallyAndThrowUnwrappedUncheckedCause, cacheLocallyAndThrowUnwrappedUncheckedCause, cancelCheckConstraints, cancelRecalc, cancelRecalcViaLoadingTransaction, clone, commitTransaction, computeTransientPropertyIfAbsent, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, consumeAndAssureTransientPropertyExists, copyBLOBFrom, createCopy, createCopy, deepClone, deepClone, delete, describe, describe, describe, describe, describe, describe, describe, describe, describe, describe, describeId, describeId, describeId, describeId, describeId, describeId, describeId, describeId, describeNE, describeNE, describeNE, describeNE, describeNE, destub, equalPayload, equalPayload, equalPayload, equalPayload, equals, equalsBO, equalsBO, equalsRegardingAttrs, exportBLOB, exReadString, exWriteString, filterDeleted, filterDeleted, filterDeleted, forgetTransientBLOBHandle, frap, getAsBOInIssueReports, getAsBOInIssueReportsIterator, getAsString, getBackendBOLoaderWithPersistenceHandler, getBadge, getBadge, getBadge2, getBadge3, getBadge4, getBLOB, getBLOB, getBLOB, getBLOB, getBLOB, getBLOBAsDataInput, getBLOBAsEncodedString, getBLOBAsEncodedString, getBLOBAsInputStream, getBLOBAsUTF8EncodedString, getBLOBCreatedBy, getBLOBCreatedOn, getBLOBDeletedBy, getBLOBDeletedOn, getBLOBInfo, getBLOBLastModifiedBy, getBLOBLastModifiedOn, getBOLoader, getBot, getBOVersion, getBytes, getCache, getCache, getCache, getCacheNT, getCacheNT, getCacheNT, getCacheProvider, getCacheProvider, getClazz, getCreatedBy, getCreatedModifiedText, getDefaultScriptImportsList, getDefaultScriptImportsList, getDefaultScriptImportsList, getDescribingBOWrapper, getDescribingBOWrapper, getEventProvider, getEventProvider, getId, getInvolvedInProcs, getInvolvedInProcsIterator, getLastModifiedBy, getLazyData, getLoadingTransaction, getNullIterator, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getPermissionHandler, getProcs, getProcsIterator, getRootLoaderSchema, getSchema, getSizeFast, getTransaction, getTransientProperty, getTransientProperty, getWrappedTransientProperty, hasActiveTransaction, hasBLOB, hasBLOBOnServerSide, hasBOAssignedTempId, hashCode, hasRelationObjects, hasRelationObjects, hasSessionAssignedTempId, hasTempId, hasTempIdForNewBOs, hasTransientProperty, hasTransientPropertyUnfiltered, includeAllowed, includeInTransaction, invalidateBLOBCache, isBOAssignedTempId, isCompoundChangeInProgress, isCurrentTransactionUnderAdminControl, isIgnoreModificationConstraints, isMandatory, isNew, isReadOnly, isServerSideAndLoadedReadOnly, isSessionAssignedTempId, isStub, isTempId, isTempIdForNewInstance, isTemporary, isVisible, isWriteable, markCompoundChangeInProgress, markDelete, markUndelete, needLoadingTransaction, needsReload, needTransactionInclusion, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, nextTempId, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBusOfAdd, notifyMessageBusOfRemove, nullSafeCompareTo, nullSafeCompareTo, nullSafeContainsBO, nullSafeContainsBO, nullSafeEquals, nullSafeEqualsBO, nullSafeEqualsBO, ofStub, propertyMissing, propertyMissing, releaseCompoundChangeInProgress, releaseTxWriteLock, remove, removeBLOB, requireNonEmptyRelation, requireNonNullAttribute, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, setAsString, setBadge, setBadge, setBadge2, setBadge3, setBadge4, setBOLoaderNoCascade, setBOLoaderNoCascade, setBot, setId, setId, setIgnoreModificationConstraints, setLazyData, setTempId, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, slim, slim, storeBLOB, storeBLOB, storeBLOB, storeBLOB, storeBLOB, stub, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toString, undelete, verifyOnClient, verifyOnServer, wrapIfGroovy
getCrea, getLdel, getLmod, isDeleted, isLdel, setCrea, setLdel, setLdel, setLmod
getInstanceSpecificLocale, getInstanceSpecificPaths, l10n, l10n, l10n, l10n, l10n, l10n, l10n
bumpVersion, cancelCheckConstraints, consumeAndAssureTransientPropertyExists, contains, equalsBO, equalsBO, getAttribute, getAttribute, getBLOB, getBLOB, getBOVersion, getClazz, getCrea, getEntity, getEntity, getRootLoaderSchema, getSchema, getTransientProperty, hasBLOB, hasTransientProperty, hasTransientPropertyUnfiltered, isDeleted, isMandatory, isNew, isReadOnly, isSubEntityOf, isSubEntityOf, isTemporary, isVisible, setTransientProperty, toRelationMapRO
collectIds, collectIds, getCommaSeparatedIdList, getId, toMap, toMap
collectDescribe, collectDescribe, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, describe, describe, describe, describe, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeNE, describeNE, join, join, join, notEmptyDescription
public static java.util.Collection<Benutzer> getNonAdminBenutzer(BOLoaderI bol)
bol
- The "BOLoaderI" used to access the database.public static Benutzer getAdminBenutzer(BOLoaderI bol)
bol
- The "BOLoaderI" used to access the database.public static java.util.Collection<Benutzer> getAllGUIBenutzer(BOLoaderI bol)
bol
- The "BOLoaderI" used to access the database.public final boolean istMitgliedVon(java.util.Map<java.lang.Long,Gruppe> groups)
groups
- A map of "Gruppe" (group) objects, keyed by their IDs.isAnyGroupSufficient
- If true
, membership in any of the groups is sufficient; otherwise, the user must be a member of all groups.true
if the user is a member of the specified groups according to the "isAnyGroupSufficient" parameter, false
otherwise.public final boolean istMitgliedVon(java.util.Map<java.lang.Long,Gruppe> groups, boolean isAnyGroupSufficient)
@Deprecated public final boolean istMitgliedVonNamen(java.util.Set<java.lang.String> groupNames)
istMitgliedVonTids(Set, boolean)
with group tids instead of passing group names.public final boolean istMitgliedVonNamen(java.util.Set<java.lang.String> groupNames, boolean isAnyGroupSufficient)
public final boolean istMitgliedVonTids(java.util.Set<java.lang.String> groupTids)
This method determines if the user is a member of the groups identified by the provided set of TIDs.
If "isAnyGroupSufficient" is true
, membership in any of the groups is enough; otherwise, the user must be a member of all groups.
The user may be a member of additional groups not included in the provided set, but this will not affect the result. Group TIDs are checked case-sensitively.
groupTids
- A set of strings representing group TIDs.isAnyGroupSufficient
- If true
, membership in any of the groups is enough; otherwise, the user must be a member of all groups.true
if the user is a member of the specified groups according to the "isAnyGroupSufficient" parameter, false
otherwise.public final boolean istMitgliedVonTids(java.util.Set<java.lang.String> groupTids, boolean isAnyGroupSufficient)
public final boolean istMitgliedVonX(java.util.Set<java.lang.String> groupNamesOrTids, java.lang.String attrToCheck)
This method determines if the user is a member of the groups identified by the provided set of strings.
The "attrToCheck" parameter specifies whether to check group names ("Name") or group TIDs ("Tid").
If "isAnyGroupSufficient" is true
, membership in any of the groups is enough; otherwise, the user must be a member of all groups.
The user may be a member of additional groups not included in the provided set, but this will not affect the result. Group names and TIDs are checked case-sensitively.
groupNamesOrTids
- A set of strings representing group names or TIDs.attrToCheck
- The attribute to check ("Name" for group names, "Tid" for group TIDs).isAnyGroupSufficient
- If true
, membership in any of the groups is sufficient; otherwise, the user must be a member of all groups.true
if the user is a member of the specified groups according to the "isAnyGroupSufficient" parameter, false
otherwise.public final boolean istMitgliedVonX(java.util.Set<java.lang.String> groupNamesOrTids, java.lang.String attrToCheck, boolean isAnyGroupSufficient)
@Deprecated public final boolean istMitgliedVonNamen(java.lang.String[] groupNames)
istMitgliedVonTids(String[], boolean)
instead.public final boolean istMitgliedVonNamen(java.lang.String[] groupNames, boolean isAnyGroupSufficient)
public final boolean istMitgliedVonTids(java.lang.String[] groupTids)
This method determines if the user is a member of the groups identified by the provided array of TIDs.
If "isAnyGroupSufficient" is true
, membership in any of the groups is enough; otherwise, the user must be a member of all groups.
The user may be a member of additional groups not included in the provided array, but this will not affect the result. Group TIDs are checked case-sensitively.
groupTids
- An array of strings representing group TIDs.isAnyGroupSufficient
- If true
, membership in any of the groups is sufficient; otherwise, the user must be a member of all groups.true
if the user is a member of the specified groups according to the "isAnyGroupSufficient" parameter, false
otherwise.public final boolean istMitgliedVonTids(java.lang.String[] groupTids, boolean isAnyGroupSufficient)
public final boolean istMitgliedVon(Gruppe group)
group
- The "Gruppe" (group) object.true
if the user is a member of the group, false
otherwise.@Deprecated public final boolean istMitgliedVon(java.lang.String groupName)
istMitgliedVonTid(String)
instead.BenutzerI
BenutzerI
is member of Gruppe
with name sistMitgliedVon
in interface BenutzerI
groupName
- the Gruppe nameBenutzer
is member of Gruppe
with name s, false otherwisepublic final boolean istMitgliedVonTid(java.lang.String groupTid)
istMitgliedVonTid
in interface BenutzerI
groupTid
- The TID of the group.true
if the user is a member of the group with the given TID, false
otherwise.public final boolean istMitgliedVon(java.lang.Long groupId)
groupId
- The ID of the group.true
if the user is a member of the group with the given ID, false
otherwise.public final boolean isAdmin()
true
if the user is an administrator, false
otherwise.public final boolean istMitgliedVonAdmins()
true
if the user is a member of the administrators group, false
otherwise.public final boolean isAdministratorUser()
true
if the user is the administrator or a member of the administrators group, false
otherwise.public final boolean isSystemUser()
true
if the user is one of the KernelModule system users, false
otherwise.public static final boolean isSystemUser(java.lang.String username)
username
- The username to check.true
if the user with the given username is one of the KernelModule system users, false
otherwise.public final boolean isSyncUser()
true
if the user is a synchronization user, false
otherwise.public final boolean isServiceUser()
true
if the user is a service user, false
otherwise.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.