com.microsoft.tfs.core.clients.webservices
Class SIDIdentityHelper
java.lang.Object
com.microsoft.tfs.core.clients.webservices.SIDIdentityHelper
public abstract class SIDIdentityHelper
- extends java.lang.Object
Well known SID constants and methods for parsing SIDs.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEAM_FOUNDATION_SID_PREFIX
public static final java.lang.String TEAM_FOUNDATION_SID_PREFIX
WELL_KNOWN_DOMAIN_SID
public static final java.lang.String WELL_KNOWN_DOMAIN_SID
WELL_KNOWN_DOMAIN_ID
public static final com.microsoft.tfs.util.GUID WELL_KNOWN_DOMAIN_ID
WELL_KNOWN_SID_TYPE
public static final java.lang.String WELL_KNOWN_SID_TYPE
- Constant Field Value:
"-0-"
- See Also:
- Constant Field Values
PHANTOM_KNOWN_SID_TYPE
public static final java.lang.String PHANTOM_KNOWN_SID_TYPE
- Constant Field Value:
"-2-"
- See Also:
- Constant Field Values
PHANTOM_SID_TYPE
public static final int PHANTOM_SID_TYPE
- Constant Field Value:
2
- See Also:
- Constant Field Values
WELL_KNOWN_SID_PREFIX
public static final java.lang.String WELL_KNOWN_SID_PREFIX
PHANTOM_SID_PREFIX
public static final java.lang.String PHANTOM_SID_PREFIX
SIDIdentityHelper
public SIDIdentityHelper()
getDomainSID
public static SecurityIdentifier getDomainSID(com.microsoft.tfs.util.GUID domainId)
- Construct the "domain Sid" for a TFS identity domain
© 2015 Microsoft. All rights reserved.