| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The data and status is sent to and recieved from the custom SASL providers using an object which adhere to this interface.
| Field Summary | |
| static int | ABORT | 
| static int | CHALLENGE | 
| static int | FAILURE | 
| static int | RESPONSE | 
| static int | STARTValue's for the 'status' | 
| static int | SUCCESS | 
| Method Summary | |
|  byte[] | getRequestData()Get and set the data. | 
|  int | getRequestStatus()Get and set the status. | 
|  void | setResponseData(byte[] data) | 
|  void | setResponseStatus(int status) | 
| Field Detail | 
public static final int START
public static final int CHALLENGE
public static final int RESPONSE
public static final int FAILURE
public static final int SUCCESS
public static final int ABORT
| Method Detail | 
public byte[] getRequestData()
public void setResponseData(byte[] data)
public int getRequestStatus()
public void setResponseStatus(int status)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||