com.microsoft.tfs.core.clients.webservices
Class IdentityConstants
java.lang.Object
com.microsoft.tfs.core.clients.webservices.IdentityConstants
public class IdentityConstants
- extends java.lang.Object
Contains identity constants.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WINDOWS_TYPE
public static final java.lang.String WINDOWS_TYPE
- Constant Field Value:
"System.Security.Principal.WindowsIdentity"
- See Also:
- Constant Field Values
TEAM_FOUNDATION_TYPE
public static final java.lang.String TEAM_FOUNDATION_TYPE
- Constant Field Value:
"Microsoft.TeamFoundation.Identity"
- See Also:
- Constant Field Values
MAX_ID_LENGTH
public static final int MAX_ID_LENGTH
- Constant Field Value:
256
- See Also:
- Constant Field Values
MAX_TYPE_LENGTH
public static final int MAX_TYPE_LENGTH
- Constant Field Value:
64
- See Also:
- Constant Field Values
ACTIVE_UNIQUE_ID
public static final int ACTIVE_UNIQUE_ID
- Constant Field Value:
0
- See Also:
- Constant Field Values
SCHEMA_CLASS_GROUP
public static final java.lang.String SCHEMA_CLASS_GROUP
- Constant Field Value:
"Group"
- See Also:
- Constant Field Values
SCHEMA_CLASS_USER
public static final java.lang.String SCHEMA_CLASS_USER
- Constant Field Value:
"User"
- See Also:
- Constant Field Values
IdentityConstants
public IdentityConstants()
© 2015 Microsoft. All rights reserved.