|
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
|
+--examples.attributes.UnixAuthenticator
Provides Unix Authentication support.
| Field Summary | |
protected static JavaUnix |
UnixLib
|
protected static java.lang.String |
UXU_Domain
|
protected static java.lang.String |
UXU_Password
|
protected static java.lang.String |
UXU_UserId
|
static short[] |
version
|
| Fields inherited from class examples.attributes.LogonAuthenticator |
Authentic_ID |
| Constructor Summary | |
UnixAuthenticator()
|
|
| Method Summary | |
void |
close()
Closes the authenticator. |
java.lang.String |
mask(java.lang.String data)
Mask a string. |
protected void |
prompt(MQeFields fields)
(Master) prompt to enter userid an password data. |
protected java.lang.String |
validate(MQeFields fields)
(Slave) Validate the userid and password. |
| Methods inherited from class examples.attributes.LogonAuthenticator |
activateMaster, activateSlave, slaveResponse |
| 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 UXU_Domain
protected static final java.lang.String UXU_UserId
protected static final java.lang.String UXU_Password
protected static JavaUnix UnixLib
| Constructor Detail |
public UnixAuthenticator()
| Method Detail |
public void close()
close in class LogonAuthenticatorprotected void prompt(MQeFields fields)
throws java.lang.Exception
prompt in class LogonAuthenticatorfields - MQeFields object
java.lang.Exceptionprotected java.lang.String validate(MQeFields fields)
throws java.lang.Exception
validate in class LogonAuthenticatorfields - MQeFields object
java.lang.Exceptionpublic java.lang.String mask(java.lang.String data)
data - String to be masked
|
Websphere MQ Everyplace | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||