|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMIDEventData
This is a Sequence of Data Elements to specify the input data for subscribing to identity deletions. The event is registered for changes in any of the named identities. If no identities are named, then the event is registered for all agents.
Constructor Summary | |
PAMIDEventData()
Creates a new PAMIDEventData instance. |
|
PAMIDEventData(java.lang.String[] _identityName,
java.lang.String[] _identityType)
Creates a new PAMIDEventData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String[] |
getIdentityName()
This method returns a identityName. |
java.lang.String[] |
getIdentityType()
This method returns a identityType. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setIdentityName(java.lang.String[] identityName)
This method sets a identityName. |
void |
setIdentityType(java.lang.String[] identityType)
This method sets a identityType. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMIDEventData()
public PAMIDEventData(java.lang.String[] _identityName, java.lang.String[] _identityType)
_identityName
- Specifies the name of the identity whose deletion is to be notified. Can be an empty array._identityType
- Specifies the type of the identity for which this notification is requested if identityName is an empty array. Can be an empty array if notification required for identities of any type.Method Detail |
public java.lang.String[] getIdentityName()
public java.lang.String[] getIdentityType()
public void setIdentityName(java.lang.String[] identityName)
public void setIdentityType(java.lang.String[] identityType)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |