FreeWRL/FreeX3D  3.0.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. More...
 
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. More...
 

Detailed Description

Definition at line 67 of file nsIJVMAuthTools.idl.

Member Function Documentation

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
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: