Class Challenge

java.lang.Object
oracle.idm.common.ipf.api.vo.Challenge
oracle.iam.passwordmgmt.vo.Challenge
All Implemented Interfaces:
Serializable

public class Challenge extends oracle.idm.common.ipf.api.vo.Challenge implements Serializable
Represents a Challenge to the user to prove his/her identity
Since:
OIM 11gR1
Version:
$Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/vo/Challenge.java /main/6 2014/09/04 07:19:49 madsharm Exp $
Author:
sidhdas
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Challenge(Challenge challenge)
     
  • Method Summary

    Methods inherited from class oracle.idm.common.ipf.api.vo.Challenge

    equals, getDisplayValue, getId, getResourceBundleKey, getResponse, hashCode, setDisplayValue, setResourceBundleKey, setResponse, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Challenge

      public Challenge(String id)
    • Challenge

      public Challenge(Challenge challenge)