Package org.openiam.idm.srvc.pswd.dto
Class UserIdentityAnswer
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.idm.srvc.pswd.dto.UserIdentityAnswer
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class UserIdentityAnswer extends KeyDTO
Domain object representing an answer by the user for a challenge response question.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
questionAnswer
protected String
questionId
protected String
userId
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description UserIdentityAnswer()
-