com.ibm.itim.apps.identity

Class ForgotPasswordConfiguration

  • java.lang.Object
    • com.ibm.itim.apps.identity.ForgotPasswordConfiguration


  • public class ForgotPasswordConfiguration
    extends java.lang.Object
    Provides forgot password configuration information
    Since:
    6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isResetOnly()
      The method returns the value of the Reset and Email password setting for forgotten passwords.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForgotPasswordConfiguration

        public ForgotPasswordConfiguration(boolean resetOnly)
    • Method Detail

      • isResetOnly

        public boolean isResetOnly()
        The method returns the value of the Reset and Email password setting for forgotten passwords.
        Returns:
        The method return is boolean - true if the system is set to Reset and Email password after authenticating using challengesAndResponses,false otherwise false(set to change password only).