org.csapi.jr.se.pam
Class PAMICNotificationData

java.lang.Object
  |
  +--org.csapi.jr.se.pam.PAMICNotificationData
All Implemented Interfaces:
java.io.Serializable

public final class PAMICNotificationData
extends java.lang.Object
implements java.io.Serializable

This is a Sequence of Data Elements to specify the data that is provided in the notifications for identity creation events.

See Also:
Serialized Form

Constructor Summary
PAMICNotificationData()
          Creates a new PAMICNotificationData instance.
PAMICNotificationData(java.lang.String[] _identities)
          Creates a new PAMICNotificationData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String[] getIdentities()
          This method returns a identities.
 int hashCode()
          Returns a hashcode value for the object.
 void setIdentities(java.lang.String[] identities)
          This method sets a identities.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMICNotificationData

public PAMICNotificationData()
Creates a new PAMICNotificationData instance.


PAMICNotificationData

public PAMICNotificationData(java.lang.String[] _identities)
Creates a new PAMICNotificationData instance.

Parameters:
_identities - Contains the names of the identities that have been created.
Method Detail

getIdentities

public java.lang.String[] getIdentities()
This method returns a identities.

Returns:
a String[] value

setIdentities

public void setIdentities(java.lang.String[] identities)
This method sets a identities.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object