299300301302303304305306307308309
return principal; } // Let's see if the stored password was encrypted LdapSecurityConstants algorithm = findAlgorithm( storedPassword ); if ( algorithm != null ) { EncryptionMethod encryptionMethod = new EncryptionMethod( algorithm, null );
298299300301302303304305306307308
289290291292293294295296297298299