org.libvirt

Class ConnectAuth.Credential

public class ConnectAuth.Credential extends Object

Field Summary
Stringchallenge
Additional challenge to show
Stringdefresult
Optional default result
Stringprompt
Prompt to show to user
Stringresult
Result to be filled with user response (or defresult)
ConnectAuth.CredentialTypetype
One of virConnectCredentialType constants

Field Detail

challenge

public String challenge
Additional challenge to show

defresult

public String defresult
Optional default result

prompt

public String prompt
Prompt to show to user

result

public String result
Result to be filled with user response (or defresult)

type

public ConnectAuth.CredentialType type
One of virConnectCredentialType constants