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.Object
Credentials self reset record.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtKey
ID
Id of this challenge, copied fromAuthn.CredentialsChallengeRecord.ID
.static ExtKey
RESPONSE
Response.
-
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.
-
-