com.novell.nds.dirxml.shimhost
Interface ShimHost.DriverPasswordCheck

All Known Implementing Classes:
ShimConfig
Enclosing class:
ShimHost

public static interface ShimHost.DriverPasswordCheck

Interface to handle <check-password> commands received on the Publisher channel.

See Also:
ShimHost.setDriverPasswordCheck(ShimHost.DriverPasswordCheck)

Method Summary
 boolean checkDriverPassword(String password)
          Method that will be called to handle a <check-password> command received on the Publisher channel.
 

Method Detail

checkDriverPassword

boolean checkDriverPassword(String password)
Method that will be called to handle a <check-password> command received on the Publisher channel.

Parameters:
password - value to check
Returns:
true if password matches; false otherwise