|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.ConnectAuth
org.libvirt.ConnectAuthDefault
public final class ConnectAuthDefault
Implements virConnectAuthPtrDefault functionality from libvirt.c without the external method support It's not officially a part of the libvirt API, but provided here for completeness, testing, and as an example
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.libvirt.ConnectAuth |
---|
ConnectAuth.Credential, ConnectAuth.CredentialType |
Nested classes/interfaces inherited from interface com.sun.jna.Callback |
---|
com.sun.jna.Callback.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class org.libvirt.ConnectAuth |
---|
credType |
Fields inherited from interface com.sun.jna.Callback |
---|
FORBIDDEN_NAMES, METHOD_NAME |
Constructor Summary | |
---|---|
ConnectAuthDefault()
|
Method Summary | |
---|---|
int |
callback(ConnectAuth.Credential[] cred)
The callback function that fills the credentials in |
Methods inherited from class org.libvirt.ConnectAuth |
---|
authCallback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectAuthDefault()
Method Detail |
---|
public int callback(ConnectAuth.Credential[] cred)
ConnectAuth
callback
in class ConnectAuth
cred
- the array of credentials passed by libvirt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |