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

java.lang.Object
  extended by 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
NotificationOption(boolean notifyNewAccess, boolean notifyAccessDeprovision)
          Constructs the object with specific notification options.
 
Method Summary
 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


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.