FreeWRL / FreeX3D 4.3.0
nsIJVMAuthTools Interface Reference
Inheritance diagram for nsIJVMAuthTools:

Public Member Functions

nsIAuthenticationInfo GetAuthenticationInfo (in string protocol, in string host, in PRInt32 port, in string scheme, in string realm)
 Export AuthenticationInfo interface to JPI.
 
void SetAuthenticationInfo (in string protocol, in string host, in PRInt32 port, in string scheme, in string realm, in string username, in string password)
 Import username/password pair from JPI.
 

Detailed Description

Definition at line 67 of file nsIJVMAuthTools.idl.

Member Function Documentation

◆ GetAuthenticationInfo()

nsIAuthenticationInfo nsIJVMAuthTools::GetAuthenticationInfo ( in string protocol,
in string host,
in PRInt32 port,
in string scheme,
in string realm )

Export AuthenticationInfo interface to JPI.

Parameters
protocolthe protocol that support (http/https)
hosthost name
portport number
schemescheme
realmrealm
nsIAuthenticationInfothe AuthenticationInfo interface that export
Returns
NS_OK if success, other if fail

◆ SetAuthenticationInfo()

void nsIJVMAuthTools::SetAuthenticationInfo ( in string protocol,
in string host,
in PRInt32 port,
in string scheme,
in string realm,
in string username,
in string password )

Import username/password pair from JPI.

Parameters
protocolthe protocol that support (http/https)
hosthost name
portport number
schemescheme
realmrealm
usernameuser name
passwordpassword
Returns
NS_OK if success, other if fail

The documentation for this interface was generated from the following file: