com.microsoft.tfs.core.clients.webservices
Class GroupWellKnownSIDConstants

java.lang.Object
  extended by com.microsoft.tfs.core.clients.webservices.GroupWellKnownSIDConstants

public class GroupWellKnownSIDConstants
extends java.lang.Object

Contains the security identifiers for well-known groups.

Since:
TEE-SDK-10.1

Field Summary
static java.lang.String EVERYONE_GROUP_SID
           
static java.lang.String EVERYONE_GROUP_SID_SUFFIX
           
static java.lang.String LICENSEES_GROUP_SID
           
static java.lang.String LICENSEES_GROUP_SID_SUFFIX
           
static java.lang.String NAMESPACE_ADMINISTRATORS_GROUP_SID
           
static java.lang.String NAMESPACE_ADMINISTRATORS_GROUP_SID_SUFFIX
           
static java.lang.String SERVICE_USERS_GROUP_SID
           
static java.lang.String SERVICE_USERS_GROUP_SID_SUFFIX
           
 
Constructor Summary
GroupWellKnownSIDConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVERYONE_GROUP_SID_SUFFIX

public static final java.lang.String EVERYONE_GROUP_SID_SUFFIX
Constant Field Value:
"0-0-0-3"
See Also:
Constant Field Values

EVERYONE_GROUP_SID

public static final java.lang.String EVERYONE_GROUP_SID

LICENSEES_GROUP_SID_SUFFIX

public static final java.lang.String LICENSEES_GROUP_SID_SUFFIX
Constant Field Value:
"0-0-0-4"
See Also:
Constant Field Values

LICENSEES_GROUP_SID

public static final java.lang.String LICENSEES_GROUP_SID

NAMESPACE_ADMINISTRATORS_GROUP_SID_SUFFIX

public static final java.lang.String NAMESPACE_ADMINISTRATORS_GROUP_SID_SUFFIX
Constant Field Value:
"0-0-0-1"
See Also:
Constant Field Values

NAMESPACE_ADMINISTRATORS_GROUP_SID

public static final java.lang.String NAMESPACE_ADMINISTRATORS_GROUP_SID

SERVICE_USERS_GROUP_SID_SUFFIX

public static final java.lang.String SERVICE_USERS_GROUP_SID_SUFFIX
Constant Field Value:
"0-0-0-2"
See Also:
Constant Field Values

SERVICE_USERS_GROUP_SID

public static final java.lang.String SERVICE_USERS_GROUP_SID
Constructor Detail

GroupWellKnownSIDConstants

public GroupWellKnownSIDConstants()


© 2015 Microsoft. All rights reserved.