com.ibm.itim.apps.identity

Class ForgotPasswordRequest

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


  • public class ForgotPasswordRequest
    extends java.lang.Object
    Represents a forgot password request submitted to the system.
    Since:
    6.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      ForgotPasswordRequest(java.lang.Long pid)
      Constructs with a request id.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getRequestID()
      Returns the ID of the request.
      • Methods inherited from class java.lang.Object

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

      • ForgotPasswordRequest

        public ForgotPasswordRequest(java.lang.Long pid)
        Constructs with a request id.
        Parameters:
        id - Unique id of the request.
    • Method Detail

      • getRequestID

        public java.lang.Long getRequestID()
        Returns the ID of the request.
        Returns:
        ID of the request.