org.rococoa.cocoa.osservices
Interface OSServicesLibrary.CSIdentityClass

Enclosing interface:
OSServicesLibrary

public static interface OSServicesLibrary.CSIdentityClass

native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h
enum values


Field Summary
static int kCSIdentityFlagHidden
          This flag causes the identity to be "hidden," that is, excluded
from most user-visible identity lists.
static int kCSIdentityFlagNone
           
 

Field Detail

kCSIdentityFlagNone

static final int kCSIdentityFlagNone
See Also:
Constant Field Values

kCSIdentityFlagHidden

static final int kCSIdentityFlagHidden
This flag causes the identity to be "hidden," that is, excluded
from most user-visible identity lists. Hidden identities include
administrative users and groups such as root, www, and mysql.
System service access control groups should be created with the
hidden flag.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.