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
A CSIdentityAuthority object represents an identity authority.
Example
dim a as CSIdentityAuthorityMBS = CSIdentityAuthorityMBS.localIdentityAuthority
MsgBox a.localizedName

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.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS MacFrameworks Plugin.


CPUIDMBS   -   CSIdentityMBS


The biggest plugin in space...