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

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

public class IdentityConstants
extends java.lang.Object

Contains identity constants.

Since:
TEE-SDK-10.1

Field Summary
static int ACTIVE_UNIQUE_ID
           
static int MAX_ID_LENGTH
           
static int MAX_TYPE_LENGTH
           
static java.lang.String SCHEMA_CLASS_GROUP
           
static java.lang.String SCHEMA_CLASS_USER
           
static java.lang.String TEAM_FOUNDATION_TYPE
           
static java.lang.String WINDOWS_TYPE
           
 
Constructor Summary
IdentityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IdentityConstants

public IdentityConstants()


© 2015 Microsoft. All rights reserved.