|
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.jms.MQeJMSSimpleAuthenticator
The default implementation of MQeJMSAuthenticator
. This returns
true for any supplied username and password. An alternative implementation
of MQeJMSAuthenticator
can be specified using
MQeConnectionFactory.setAuthenticatorClass(java.lang.String)
.
MQeJMSAuthenticator
,
MQeConnectionFactory
Constructor Summary | |
MQeJMSSimpleAuthenticator()
|
Method Summary | |
boolean |
isAuthenticated(java.lang.String username,
java.lang.String password)
Default authenticator, which returns true for all username/password combinations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MQeJMSSimpleAuthenticator()
Method Detail |
public boolean isAuthenticated(java.lang.String username, java.lang.String password)
isAuthenticated
in interface MQeJMSAuthenticator
username
- password
-
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |