Platforms to show: All Mac Windows Linux Cross-Platform
CSIdentityAuthorityMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Collaboration | MBS MacFrameworks Plugin | 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An identity authority is a logical repository of user and group information, such the users and groups database on a local system or on a directory server.
The local authority contains all users and groups defined on the local system. The managed authority contains all users and groups defined in directory servers to which the system is bound (LDAP, ActiveDirectory, etc.). The Default authority is a union of the local and managed authorities and is used to locate user/group info from both sources in one query.
Use one of the class factory methods to return an CSIdentityAuthority object, which can be used to search for an identity with an CSIdentityQuery object.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- property Handle as Integer
- property localizedName as string
- method Constructor Private
- 4 shared methods
- shared method Available as Boolean
- shared method defaultIdentityAuthority as CSIdentityAuthorityMBS
- shared method localIdentityAuthority as CSIdentityAuthorityMBS
- shared method managedIdentityAuthority as CSIdentityAuthorityMBS
This class has no sub classes.
Some methods using this class:
- CSIdentityMBS.Constructor(identityClass as Integer, fullName as string, posixName as string, flags as Integer, authority as CSIdentityAuthorityMBS)
- CSIdentityQueryMBS.Create(identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- CSIdentityQueryMBS.CreateForName(name as string, comparisonMethod as Integer, identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- CSIdentityQueryMBS.CreateForPosixID(posixID as Integer, identityClass as Integer, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
- CSIdentityQueryMBS.CreateForUUID(uuid as string, authority as CSIdentityAuthorityMBS) as CSIdentityQueryMBS
Some properties using for this class:
- CSIdentityMBS.Authority as CSIdentityAuthorityMBS
Blog Entries
Release notes
- Version 23.5
- Changed localizedName property in CSIdentityAuthorityMBS class to be debugger visible.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.