org.eclipse.swt.internal.mozilla
Class nsIAuthInformation
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIAuthInformation
public class nsIAuthInformation
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
nsIAuthInformation
public nsIAuthInformation(long address)
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)