com.ibm.itim.dataservices.model.domain.access

Class NotificationOption

  • java.lang.Object
    • com.ibm.itim.dataservices.model.domain.access.NotificationOption
  • All Implemented Interfaces:
    java.io.Serializable


    public class NotificationOption
    extends java.lang.Object
    implements java.io.Serializable
    This class defines the notification options related to access provisioning.
    Since:
    TIM 5.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NotificationOption(boolean notifyNewAccess, boolean notifyAccessDeprovision)
      Constructs the object with specific notification options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getNotifyAccessDeprovision()
      Returns notification option for access deprovision.
      boolean getNotifyNewAccess()
      Returns notification option for new access provision.
      void setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
      Set notification option for access deprovision.
      void setNotifyNewAccess(boolean theNotifyNewAccess)
      Set notification option for new access provision.
      java.lang.String toString()
      Returns the string representation of this object.
      • Methods inherited from class java.lang.Object

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

      • NotificationOption

        public NotificationOption(boolean notifyNewAccess,
                                  boolean notifyAccessDeprovision)
        Constructs the object with specific notification options.
        Parameters:
        notifyNewAccess -
        notifyAccessDeprovision -
    • Method Detail

      • getNotifyNewAccess

        public boolean getNotifyNewAccess()
        Returns notification option for new access provision.
      • setNotifyNewAccess

        public void setNotifyNewAccess(boolean theNotifyNewAccess)
        Set notification option for new access provision.
      • getNotifyAccessDeprovision

        public boolean getNotifyAccessDeprovision()
        Returns notification option for access deprovision.
      • setNotifyAccessDeprovision

        public void setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
        Set notification option for access deprovision.
      • toString

        public java.lang.String toString()
        Returns the string representation of this object.
        Overrides:
        toString in class java.lang.Object