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

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

public abstract class IdentifierAuthority
extends java.lang.Object


Field Summary
static long CREATOR
           
static long EXCHANGE
           
static long INTERNET_SITE
           
static long LOCAL
           
static long NON_UNIQUE
           
static long NT
           
static long NULL
           
static long RESOURCE_MANAGER
           
static long SITE_SERVER
           
static long WORLD
           
 
Constructor Summary
IdentifierAuthority()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final long NULL
See Also:
Constant Field Values
Constant Field Value:
0L

WORLD

public static final long WORLD
See Also:
Constant Field Values
Constant Field Value:
1L

LOCAL

public static final long LOCAL
See Also:
Constant Field Values
Constant Field Value:
2L

CREATOR

public static final long CREATOR
See Also:
Constant Field Values
Constant Field Value:
3L

NON_UNIQUE

public static final long NON_UNIQUE
See Also:
Constant Field Values
Constant Field Value:
4L

NT

public static final long NT
See Also:
Constant Field Values
Constant Field Value:
5L

SITE_SERVER

public static final long SITE_SERVER
See Also:
Constant Field Values
Constant Field Value:
6L

INTERNET_SITE

public static final long INTERNET_SITE
See Also:
Constant Field Values
Constant Field Value:
7L

EXCHANGE

public static final long EXCHANGE
See Also:
Constant Field Values
Constant Field Value:
8L

RESOURCE_MANAGER

public static final long RESOURCE_MANAGER
See Also:
Constant Field Values
Constant Field Value:
9L
Constructor Detail

IdentifierAuthority

public IdentifierAuthority()


© 2012 Microsoft. All rights reserved.