public class IfxPAMResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
challengeResponse |
protected short |
challengeResponseType |
static short |
PAM_MAX_MESSAGE_SIZE |
static short |
PAM_RESPONSE_TYPE_UNKNOWN |
protected boolean |
terminateConnection |
| Constructor and Description |
|---|
IfxPAMResponse() |
IfxPAMResponse(java.lang.String response,
short type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResponse() |
short |
getResponseType() |
boolean |
getTerminateConnection() |
void |
setResponse(java.lang.String response) |
void |
setResponseType(short responseType) |
void |
setTerminateConnection(boolean value) |
public static final short PAM_RESPONSE_TYPE_UNKNOWN
public static final short PAM_MAX_MESSAGE_SIZE
protected java.lang.String challengeResponse
protected short challengeResponseType
protected boolean terminateConnection
public IfxPAMResponse()
public IfxPAMResponse(java.lang.String response,
short type)
public boolean getTerminateConnection()
public void setTerminateConnection(boolean value)
public java.lang.String getResponse()
public void setResponse(java.lang.String response)
public short getResponseType()
public void setResponseType(short responseType)