Platforms to show: All Mac Windows Linux Cross-Platform

CBGroupIdentityMBS class

Super class: CBIdentityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
An object of the CBGroupIdentity class represents a group identity and is used for viewing the attributes of group identities from an identity authority.
Example
// get staff group
dim a as CBIdentityAuthorityMBS = CBIdentityAuthorityMBS.localIdentityAuthority
dim i as CBGroupIdentityMBS = CBGroupIdentityMBS.groupIdentityWithPosixGID(20,a)
MsgBox i.fullName

The principal attributes of a CBGroupIdentity object are a POSIX group identifier (GID) and a list of members.
Available in OS X v10.5 and later.
Subclass of the CBIdentityMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Super class CBIdentityMBS

This class has no sub classes.

Some methods using this class:

Blog Entries


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


CBDescriptorMBS   -   CBIdentityAuthorityMBS


The biggest plugin in space...