Repository
Class RepoQueryIF.AuthSub

java.lang.Object
  extended byRepository.RepoQueryIF.AuthSub
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RepoQueryIF

public static class RepoQueryIF.AuthSub
extends java.lang.Object
implements java.io.Serializable

Class wrapping the subscribed PageBox, its user and password. Implements Serializable because HTTPDeployer and HTTPDeploy.

See Also:
Serialized Form

Field Summary
 java.lang.String password
          Password used to log on the subscribed PageBox
 java.lang.String url
          URL of the subscribed PageBox
 java.lang.String user
          User used to log on the subscribed PageBox
 
Constructor Summary
RepoQueryIF.AuthSub()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.lang.String url
URL of the subscribed PageBox


user

public java.lang.String user
User used to log on the subscribed PageBox


password

public java.lang.String password
Password used to log on the subscribed PageBox

Constructor Detail

RepoQueryIF.AuthSub

public RepoQueryIF.AuthSub()