public abstract class ConnectAuth extends java.lang.Object implements Libvirt.VirConnectAuthCallback
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectAuth.Credential |
static class |
ConnectAuth.CredentialType |
| Modifier and Type | Field and Description |
|---|---|
ConnectAuth.CredentialType[] |
credType
List of supported ConnectCredential.CredentialType values
|
| Constructor and Description |
|---|
ConnectAuth() |
| Modifier and Type | Method and Description |
|---|---|
int |
authCallback(virConnectCredential cred,
int ncred,
com.sun.jna.Pointer cbdata) |
abstract int |
callback(ConnectAuth.Credential[] cred)
The callback function that fills the credentials in
|
public ConnectAuth.CredentialType[] credType
public int authCallback(virConnectCredential cred, int ncred, com.sun.jna.Pointer cbdata)
authCallback in interface Libvirt.VirConnectAuthCallbackpublic abstract int callback(ConnectAuth.Credential[] cred)
cred - the array of credentials passed by libvirt