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
Constant Field Value:
0L
See Also:
Constant Field Values

WORLD

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

LOCAL

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

CREATOR

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

NON_UNIQUE

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

NT

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

SITE_SERVER

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

INTERNET_SITE

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

EXCHANGE

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

RESOURCE_MANAGER

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

IdentifierAuthority

public IdentifierAuthority()


© 2015 Microsoft. All rights reserved.