com.jp.protection.pub.launch
Class LicensingServerConnectionConfigHttp

java.lang.Object
  extended by com.jp.protection.pub.launch.LicensingServerConnectionConfig
      extended by com.jp.protection.pub.launch.LicensingServerConnectionConfigHttp
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class LicensingServerConnectionConfigHttp
extends LicensingServerConnectionConfig

See Also:
Serialized Form

Nested Class Summary
static class LicensingServerConnectionConfigHttp.Provider
           
 
Nested classes/interfaces inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
LicensingServerConnectionConfig.ProviderRegistry
 
Field Summary
static long serialVersionUID
           
 
Fields inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
fAddress, fDefault, fID, fLogin, fName, fPassword, fProviderClass
 
Constructor Summary
LicensingServerConnectionConfigHttp()
           
LicensingServerConnectionConfigHttp(java.lang.String anID, java.lang.Class aProviderClass, java.lang.String aName, boolean aDefault)
           
 
Method Summary
 
Methods inherited from class com.jp.protection.pub.launch.LicensingServerConnectionConfig
clone, getAddress, getID, getInstantiationStr, getLogin, getName, getPassword, getProviderClass, getSampleAddress, isDefault, setAddress, setLogin, setPassword, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LicensingServerConnectionConfigHttp

public LicensingServerConnectionConfigHttp(java.lang.String anID,
                                           java.lang.Class aProviderClass,
                                           java.lang.String aName,
                                           boolean aDefault)

LicensingServerConnectionConfigHttp

public LicensingServerConnectionConfigHttp()