Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CSIdentityQueryMBS class.
CSIdentityQueryMBS.Available as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CSIdentityQueryMBS.Create(identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
identityClass: The class of identity to find
authority: The identity authority to query
Returns a new CSIdentityQuery object.
The results of this query include all of the identities in the specified authority's database.
CSIdentityQueryMBS.CreateForCurrentUser as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CSIdentityQueryMBS.CreateForName(name as string, comparisonMethod as Integer, identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
name: The name criteria for the query.
comparisonMethod: The comparision function (equal or begins with)
identityClass: The class of identity to find
authority: The identity authority to query
Returns a new CSIdentityQuery object
The query finds identities by name. It searches the full names, posix names and aliases for matches.
CSIdentityQueryMBS.CreateForPersistentReference(data as memoryblock) as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
referenceData: The reference data that fully describes an identity
Returns a new CSIdentityQuery object.
Finds an identity by reference data obtained from ReferenceData.
CSIdentityQueryMBS.CreateForPosixID(posixID as Integer, identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
posixID: The UID or GID of the identity to find
identityClass: The class of identity to find
authority: The identity authority to query
Returns a new CSIdentityQuery object
Finds an identity by its UID or GID
CSIdentityQueryMBS.CreateForUUID(uuid as string, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
uuid: The UUID of the identity to find
authority: The identity authority to query
Returns a new CSIdentityQuery object
Finds an identity by its UUID.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.