|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMErrorInfo
This is a Sequence of Data Elements to specify the error notification data.
Constructor Summary | |
PAMErrorInfo()
Creates a new PAMErrorInfo instance. |
|
PAMErrorInfo(org.csapi.jr.se.pam.PAMErrorCause _cause,
org.csapi.jr.se.pam.PAMNotificationInfo _errorData)
Creates a new PAMErrorInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.pam.PAMErrorCause |
getCause()
This method returns a cause. |
org.csapi.jr.se.pam.PAMNotificationInfo |
getErrorData()
This method returns a errorData. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCause(org.csapi.jr.se.pam.PAMErrorCause cause)
This method sets a cause. |
void |
setErrorData(org.csapi.jr.se.pam.PAMNotificationInfo errorData)
This method sets a errorData. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMErrorInfo()
public PAMErrorInfo(org.csapi.jr.se.pam.PAMErrorCause _cause, org.csapi.jr.se.pam.PAMNotificationInfo _errorData)
_cause
- Contains information about the reason for the error._errorData
- Contains information relevant to each error such as the identity for which the error exists and/or the attributes for which the error exists.Method Detail |
public org.csapi.jr.se.pam.PAMErrorCause getCause()
public org.csapi.jr.se.pam.PAMNotificationInfo getErrorData()
public void setCause(org.csapi.jr.se.pam.PAMErrorCause cause)
public void setErrorData(org.csapi.jr.se.pam.PAMNotificationInfo errorData)
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 |