Class Authn.CredentialsChallengeResponseRecord
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Authn.CredentialsChallengeResponseRecord
-
- Enclosing class:
- Authn
public static class Authn.CredentialsChallengeResponseRecord extends java.lang.ObjectCredentials self reset record.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKeyIDId of this challenge, copied fromAuthn.CredentialsChallengeRecord.ID.static ExtKeyRESPONSEResponse.
-
Constructor Summary
Constructors Constructor Description CredentialsChallengeResponseRecord()
-
-
-
Field Detail
-
ID
public static final ExtKey ID
Id of this challenge, copied fromAuthn.CredentialsChallengeRecord.ID.
-
RESPONSE
public static final ExtKey RESPONSE
Response.
-
-