public class IfxPAMChallenge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
challengeMessage |
protected short |
challengeMessageType |
static short |
PAM_MAX_MESSAGE_SIZE |
static short |
PAM_MESSAGE_TYPE_UNKNOWN |
static short |
PAM_PROMPT_ECHO_OFF |
static short |
PAM_PROMPT_ECHO_ON |
static short |
PAM_PROMPT_ERROR_MSG |
static short |
PAM_TEXT_INFO |
Constructor and Description |
---|
IfxPAMChallenge() |
IfxPAMChallenge(java.lang.String message,
short type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChallenge() |
short |
getChallengeType() |
void |
setChallenge(java.lang.String message) |
void |
setChallengeType(short messageType) |
public static final short PAM_MESSAGE_TYPE_UNKNOWN
public static final short PAM_PROMPT_ECHO_OFF
public static final short PAM_PROMPT_ECHO_ON
public static final short PAM_PROMPT_ERROR_MSG
public static final short PAM_TEXT_INFO
public static final short PAM_MAX_MESSAGE_SIZE
protected java.lang.String challengeMessage
protected short challengeMessageType