|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mqe.MQe | +--com.ibm.mqe.MQeAuthenticator | +--examples.attributes.LogonAuthenticator
Provides base logon Authentication support.
Field Summary | |
protected static java.lang.String |
Authentic_ID
|
static short[] |
version
|
Constructor Summary | |
LogonAuthenticator()
Default Constructor. |
Method Summary | |
byte[] |
activateMaster(boolean local)
Activate Master. |
byte[] |
activateSlave(boolean local,
byte[] data)
Activate Slave. |
void |
close()
closes the authenticator. |
protected void |
prompt(MQeFields fields)
Prompt to enter data. |
void |
slaveResponse(boolean local,
byte[] data)
Sets the Authenticated ID. |
protected java.lang.String |
validate(MQeFields fields)
Validate the data. |
Methods inherited from class com.ibm.mqe.MQeAuthenticator |
setAuthenticatedID |
Methods inherited from class com.ibm.mqe.MQe |
abbreviate, alias, asciiToByte, byteToAscii, byteToHex, byteToHex, byteToInt, byteToLong, byteToShort, byteToUnicode, fileSeparator, getEventLogHandler, hexToAscii, hexToByte, intToByte, isCLDC, loadClass, loadObject, log, setEventLogHandler, setLoader, sliceByteArray, type, unicodeToByte, uniqueValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static short[] version
protected static final java.lang.String Authentic_ID
Constructor Detail |
public LogonAuthenticator()
Method Detail |
public byte[] activateMaster(boolean local) throws java.lang.Exception
activateMaster
in class MQeAuthenticator
local
- boolean value
java.lang.Exception
public byte[] activateSlave(boolean local, byte[] data) throws java.lang.Exception
activateSlave
in class MQeAuthenticator
local
- boolean valuedata
- The data returned by activateMaster() on the initiating
queue manager.
java.lang.Exception
public void slaveResponse(boolean local, byte[] data) throws java.lang.Exception
slaveResponse
in class MQeAuthenticator
local
- boolean valuedata
- The data returned by activateSlave() on the queue
manager that owns the queue.
java.lang.Exception
public void close()
close
in class MQeAuthenticator
protected void prompt(MQeFields fields) throws java.lang.Exception
fields
- MQeFields object
java.lang.Exception
protected java.lang.String validate(MQeFields fields) throws java.lang.Exception
fields
- MQeFields object
java.lang.Exception
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |