com.jniwrapper.win32.winhttp
Class AuthCredentials.AuthTarget

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.winhttp.AuthCredentials.AuthTarget
Enclosing class:
AuthCredentials

public static class AuthCredentials.AuthTarget
extends com.jniwrapper.util.EnumItem

This class is an enumeration of authorization targets.


Field Summary
static AuthCredentials.AuthTarget PROXY
          Authentication target is a proxy.
static AuthCredentials.AuthTarget SERVER
          Authentication target is a server.
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

public static final AuthCredentials.AuthTarget SERVER
Authentication target is a server.


PROXY

public static final AuthCredentials.AuthTarget PROXY
Authentication target is a proxy.