org.eclipse.swt.internal.mozilla
Class nsIAuthInformation

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIAuthInformation

public class nsIAuthInformation
extends nsISupports


Field Summary
static int AUTH_HOST
           
static int AUTH_PROXY
           
static int NEED_DOMAIN
           
static nsID NS_IAUTHINFORMATION_IID
           
static java.lang.String NS_IAUTHINFORMATION_IID_STR
           
static int ONLY_PASSWORD
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIAuthInformation(long address)
           
 
Method Summary
 int GetAuthenticationScheme(long aAuthenticationScheme)
           
 int GetDomain(long aDomain)
           
 int GetFlags(int[] aFlags)
           
 int GetPassword(long aPassword)
           
 int GetRealm(long aRealm)
           
 int GetUsername(long aUsername)
           
 int SetDomain(long aDomain)
           
 int SetPassword(long aPassword)
           
 int SetUsername(long aUsername)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IAUTHINFORMATION_IID_STR

public static final java.lang.String NS_IAUTHINFORMATION_IID_STR
See Also:
Constant Field Values

NS_IAUTHINFORMATION_IID

public static final nsID NS_IAUTHINFORMATION_IID

AUTH_HOST

public static final int AUTH_HOST
See Also:
Constant Field Values

AUTH_PROXY

public static final int AUTH_PROXY
See Also:
Constant Field Values

NEED_DOMAIN

public static final int NEED_DOMAIN
See Also:
Constant Field Values

ONLY_PASSWORD

public static final int ONLY_PASSWORD
See Also:
Constant Field Values
Constructor Detail

nsIAuthInformation

public nsIAuthInformation(long address)
Method Detail

GetFlags

public int GetFlags(int[] aFlags)

GetRealm

public int GetRealm(long aRealm)

GetAuthenticationScheme

public int GetAuthenticationScheme(long aAuthenticationScheme)

GetUsername

public int GetUsername(long aUsername)

SetUsername

public int SetUsername(long aUsername)

GetPassword

public int GetPassword(long aPassword)

SetPassword

public int SetPassword(long aPassword)

GetDomain

public int GetDomain(long aDomain)

SetDomain

public int SetDomain(long aDomain)