|
| 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.
|
| |
Definition at line 67 of file nsIJVMAuthTools.idl.
◆ 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
-
| protocol | the protocol that support (http/https) |
| host | host name |
| port | port number |
| scheme | scheme |
| realm | realm |
| nsIAuthenticationInfo | the 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
-
| protocol | the protocol that support (http/https) |
| host | host name |
| port | port number |
| scheme | scheme |
| realm | realm |
| username | user name |
| password | password |
- Returns
- NS_OK if success, other if fail
The documentation for this interface was generated from the following file: