|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VirConnectCredential.VirConnectCredentialType>
org.libvirt.VirConnectCredential.VirConnectCredentialType
public static enum VirConnectCredential.VirConnectCredentialType
Enum Constant Summary | |
---|---|
VIR_CRED_AUTHNAME
Identify to authorize as |
|
VIR_CRED_CNONCE
client supplies a nonce |
|
VIR_CRED_ECHOPROMPT
Challenge response |
|
VIR_CRED_EXTERNAL
Externally managed credential More may be added - expect the unexpected |
|
VIR_CRED_LANGUAGE
RFC 1766 languages, comma separated |
|
VIR_CRED_NOECHOPROMPT
Challenge response |
|
VIR_CRED_PASSPHRASE
Passphrase secret |
|
VIR_CRED_REALM
Authentication realm |
|
VIR_CRED_USERNAME
Identity to act as |
Method Summary | |
---|---|
static VirConnectCredential.VirConnectCredentialType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VirConnectCredential.VirConnectCredentialType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_USERNAME
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_AUTHNAME
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_LANGUAGE
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_CNONCE
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_PASSPHRASE
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_ECHOPROMPT
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_NOECHOPROMPT
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_REALM
public static final VirConnectCredential.VirConnectCredentialType VIR_CRED_EXTERNAL
Method Detail |
---|
public static VirConnectCredential.VirConnectCredentialType[] values()
for (VirConnectCredential.VirConnectCredentialType c : VirConnectCredential.VirConnectCredentialType.values()) System.out.println(c);
public static VirConnectCredential.VirConnectCredentialType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |