Websphere MQ Everyplace

com.ibm.mqe.jms
Interface MQeJMSAuthenticator

All Known Implementing Classes:
MQeJMSSimpleAuthenticator

public interface MQeJMSAuthenticator

The WebSphere MQ Everyplace JMS authentication interface. This can be implemented as required to provide authentication for MQeConnectionFactory.createConnection().

See Also:
MQeJMSSimpleAuthenticator

Method Summary
 boolean isAuthenticated(java.lang.String username, java.lang.String password)
          This method should return true if the supplied username and password are acceptable, otherwise it should return false.
 

Method Detail

isAuthenticated

public boolean isAuthenticated(java.lang.String username,
                               java.lang.String password)
This method should return true if the supplied username and password are acceptable, otherwise it should return false.

Parameters:
username -
password -
Returns:
true if the user is authenticated

Websphere MQ Everyplace