06-08-2006 07:09 AM
public NTLMMode getNTLMMode() {
return NTLMMode.MD4_PROVIDER;
}
And the method getMD4HashedPassword() to return always the same password (just for test). This is the implememtation
PasswordEncoder passwordEncoder = new MD4PasswordEncoderImpl();
String pwd = passwordEncoder.encodePassword(new String("admin"), null);
return pwd;
06-08-2006 06:24 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.